Description
Provides hash-consing support for OCaml data structures. Hash-consing reuses equal immutable values to reduce memory use and make structural sharing explicit.
Use it for algorithms that manipulate large symbolic data, trees, formulas, or terms. It is a specialized development library and is normally installed as a dependency of OCaml tools.