Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/megatux/crystal-merge-benchmark

Translation of merge bench. from Node vs Golang code
https://github.com/megatux/crystal-merge-benchmark

bubble-sort crystal-lang

Last synced: 26 days ago
JSON representation

Translation of merge bench. from Node vs Golang code

Awesome Lists containing this project

README

        

# crystal-merge-benchmark

Crystal version of simple benchmark of merging algorithms programs found [here](https://github.com/Armando284/nodejs-vs-go-sorting-algorithms/)

## 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 ()
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

- [megatux](https://github.com/megatux) - creator and maintainer