The used algorithms are similar between the languages (as the reference implementations), variants are acceptable if the reference implementation exis

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-06-07 19:30:02

The used algorithms are similar between the languages (as the reference implementations), variants are acceptable if the reference implementation exists.

All final binaries are releases (optimized for performance if possible) as debug performance may vary too much depending on the compiler.

Please note that the actual measurements provided in the project are taken semi-manually (via shell) as the full update takes days and could have occassional issues in Docker.

Makefiles contain recipes for building and executing tests with the proper dependencies. Please use make run (and make run2 where applicable). The measurements are taken using analyze.rb script:

Please note that the measurements could take hours. It uses 10 iterations by default, but it could be changed using ATTEMPTS environment variable:

Please follow the criteria specified in the overview. Besides that please ensure that the communication protocol between a test and the test runner is satisfied:

Leave a Comment