8000 GitHub - nicoonoclaste/WikiSort: work-in-progress implementation of WikiSort
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nicoonoclaste/WikiSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a work-in-progress implementation of WikiSort.

Compile with:

ocamlopt -unsafe wikiSort.ml
ocamlfind ocamlopt -linkpkg -package benchmark -unsafe wikiSort.cmx bench.ml

Some results, compared with Array.sort:

Latencies for 500 iterations of "merge_sort", "Array.sort":
merge_sort: 11.67 WALL (10.88 usr +  0.77 sys = 11.66 CPU) @ 42.90/s (n=500)
Array.sort: 22.19 WALL (22.13 usr +  0.03 sys = 22.16 CPU) @ 22.56/s (n=500)

About

work-in-progress implementation of WikiSort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0