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

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

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)