we need to add more benchmark..., [source loc](https://github.com/c-cube/ocaml-containers/blob/main/benchs/run_benchs.ml#L347) ```ocaml 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, (); ] ```