Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/megatux/crystal-merge-benchmark
- Owner: megatux
- License: mit
- Created: 2022-10-04T13:06:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T21:23:24.000Z (about 2 years ago)
- Last Synced: 2024-12-08T00:43:53.989Z (about 1 month ago)
- Topics: bubble-sort, crystal-lang
- Language: Crystal
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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