Skip to content

Releases: backtracking/ocaml-hashcons

1.4.0

31 Jan 17:45
Compare
Choose a tag to compare

CHANGES:

  • fixed performance bugs in weak hash tables implementation,
    by back porting some old fixes from OCaml's Weak 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 of to_seq_rev
    (contributed by Dorian Lesbre)

1.3

27 Aug 09:43
Compare
Choose a tag to compare
1.3

Modules Hset and Hmap moved into module Hashcons.

release 1.2

31 Mar 14:50
Compare
Choose a tag to compare

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

10 Sep 11:30
Compare
Choose a tag to compare

first release (on github; this library has been available from https://www.lri.fr/~filliatr/software.fr.html for years)