ocaml-containers
ocaml-containers copied to clipboard
Missing benchmark CCVector.push
we need to add more benchmark...,
B.throughputN time ~repeat
[
"Map.add", bench_map, ()
(* ; "RAL.append", bench_ral ral, () *)
(* too slow *);
"Sek.Persistent.push", bench_sek, ();
"funvec.push", bench_funvec, ();
"pvec.push", bench_pvec, ();
"batvec.append", bench_batvec, ();
]