Skip to content

OCaml implementation of some "modern" sorting algorithms

Notifications You must be signed in to change notification settings

LesBoloss-es/sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

OCaml implementation of some "modern" sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published