ocaml-containers/benchs
Fabian 310ecd1259 More benchmarks for immutable vectors
- 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
2018-05-31 16:39:15 -05:00
..
jbuild More benchmarks for immutable vectors 2018-05-31 16:39:15 -05:00
objsize.ml add a benchmark file to measure size of big data structures 2015-09-19 01:50:26 +02:00
ref_impl.ml bew bench to compare CCPersistentHashtbl with ref implementation 2015-10-21 22:23:47 +02:00
run_bench_hash.ml update benchmarks (ignoring hamt); remove useless old script 2017-01-24 23:43:15 +01:00
run_benchs.ml More benchmarks for immutable vectors 2018-05-31 16:39:15 -05:00