https://github.com/avahe-kellenberger/maze_bench_nim
Small benchmark for solving a maze in the Nim Programming Language
https://github.com/avahe-kellenberger/maze_bench_nim
benchmark maze nim
Last synced: 2 days ago
JSON representation
Small benchmark for solving a maze in the Nim Programming Language
- Host: GitHub
- URL: https://github.com/avahe-kellenberger/maze_bench_nim
- Owner: avahe-kellenberger
- Created: 2021-12-11T07:19:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T14:56:50.000Z (over 4 years ago)
- Last Synced: 2024-05-28T15:28:30.900Z (about 2 years ago)
- Topics: benchmark, maze, nim
- Language: Nim
- Homepage:
- Size: 731 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maze_bench_nim
Small benchmark for solving a maze in the [Nim Programming Language](https://nim-lang.org/)
# Running
Make sure you have the latest LTS version of Nim installed,
then run the following:
- Install dependencies: `nimble install -dy`
- Run the benchmark: `nimble benchmark`
# Same benchmark in other languages
[Rust](https://github.com/BTOdell/maze_bench_rs)
[C++](https://github.com/BTOdell/maze-bench-cpp)