megatux / crystal-merge-benchmark

Translation of merge bench. from Node vs Golang code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Translation of merge bench. from Node vs Golang code

License:MIT License


Languages

Language:Crystal 77.4%Language:Ruby 22.6%