crystal-merge-benchmark
Crystal version of simple benchmark of merging algorithms programs found here
Installation
Install Crystal. Compile & run.
Usage
Put a file called input.json
in the directory you run the program before run it.
Development
Nothing relevant.
Contributing
- Fork it (https://github.com/your-github-user/crystal-merge-benchmark/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- megatux - creator and maintainer