Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 260 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 260 Bytes

Sorting

Running Tests

dune test

Running Benchmarks

dune exec --profile=release bench/arrays.exe

The use of the release profile is very important here as it compiles with --noassert which removes assertions in the code.