ocaml-containers icon indicating copy to clipboard operation
ocaml-containers copied to clipboard

Missing benchmark CCVector.push

Open illusory0x0 opened this issue 10 months ago • 0 comments

we need to add more benchmark...,

source loc

    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, ();
      ]

illusory0x0 avatar Jan 30 '25 03:01 illusory0x0