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

  1. Fork it (https://github.com/your-github-user/crystal-merge-benchmark/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors