This is a tracking issue for implementing all benchmarks in Swift.
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 Swift.
Algorithms to implement:
collatz/MaxSequence- #linpack/Linpack- Add linpack/Linpack benchmark in Swift #107mandelbrot/Simple- Add mandelbrot/Simple benchmark in Swift #108primes/Atkin- Add primes/Atkin benchmark in Swift #109primes/Simple- Already implementedrecursion/Tak- Add recursion/Tak benchmark in Swift #110treap/Naive- Add treap/Naive benchmark in Swift #111Each benchmark must be implemented exactly as in the reference implementations (PHP, C++, Python) without any optimizations, to ensure fair comparison across languages.