This is a tracking issue for implementing all benchmarks in Kotlin.
Algorithms to implement:
Each benchmark must be implemented exactly as in the reference implementations (PHP, C++, Python) without any optimizations, to ensure fair comparison across languages.
This is a tracking issue for implementing all benchmarks in Kotlin.
Algorithms to implement:
collatz/MaxSequence- Add collatz/MaxSequence benchmark in Kotlin #69linpack/Linpack- Add linpack/Linpack benchmark in Kotlin #70mandelbrot/Simple- Add mandelbrot/Simple benchmark in Kotlin #71primes/Atkin- Add primes/Atkin benchmark in Kotlin #72primes/Simple- Already implementedrecursion/Tak- Add recursion/Tak benchmark in Kotlin #73treap/Naive- Already implementedEach benchmark must be implemented exactly as in the reference implementations (PHP, C++, Python) without any optimizations, to ensure fair comparison across languages.