Nov 20, 20226 min readTrying to write a sort in Kotlin that's faster than the JDK sortThe why? I started this challenge to see if I could write a sort routine faster than the sort algorithm available in the JDK. As I am...