Releases: backtracking/ocaml-hashcons
Releases · backtracking/ocaml-hashcons
1.4.0
CHANGES:
- fixed performance bugs in weak hash tables implementation,
by back porting some old fixes from OCaml'sWeak
module
(reported by Edwin Török) - improved equality functions in Hset and Hmap
(contributed by Dorian Lesbre) - a lot of missing functions in Hset and Hmap wrt OCaml's Set and Map,
with the notable exception ofto_seq_rev
(contributed by Dorian Lesbre)
1.3
Modules Hset and Hmap moved into module Hashcons.
release 1.2
Fixes a bug with Patricia trees (even if it is unlikely to show up in this context, especially on a 64-bit architecture)
first release
first release (on github; this library has been available from https://www.lri.fr/~filliatr/software.fr.html for years)