mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
- Add Map as a reference, as this is the only efficient implementation in OCaml's standard library - Add Clarity.Vector from the clarity library - New benchmarks for set at index and push What's missing: - CCFun_vec.set (no implementation) - CCRAL.push and Clarity.Vector.push were missing and implemented inefficiently in terms of append
11 lines
408 B
Text
11 lines
408 B
Text
|
|
(executables
|
|
((names (run_benchs run_bench_hash))
|
|
(libraries (containers containers.data containers.iter
|
|
containers.thread benchmark gen sequence qcheck
|
|
batteries clarity))
|
|
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string -color always))
|
|
(ocamlopt_flags (:standard -O3 -color always
|
|
-unbox-closures -unbox-closures-factor 20))
|
|
))
|
|
|