The OCaml Hashtbl stdlib is implemented using the closed addressing (simple, easy to maintain), since Hashtbl performance is so critical, is there any serious work in the alternative open-addressing implementation and relevant benchmarks?
Thanks – Hongbo
2 Likes