Yesterday me and some friends from the university did the Google HashCode 2018 challenge. We wrote the code in python. Today I converted the code to Kotlin, keeping the same algorithm.
The python code took 130 seconds to run. The kotlin code took ~880ms.