package ptmap

  1. Overview
  2. Docs
Maps of integers implemented as Patricia trees

Install

Dune Dependency

Authors

Maintainers

Sources

ptmap-2.0.5.tbz
sha256=ebd1f8afe8679a226fdcbcdb323788e6f63db57521b151473f2ff8c05c30f3aa
sha512=4a3f20d189d905cb588de3148361495adc40d5892473bf9cd7e49bc98558de29feb51efefb5aab77cad892dd288ad8fa0348832c78cc21e66539768a5a9cab5b

CHANGES.md.html

2.0.5

  • switch from obuild to dune and to opam 2.0

  • fixed compilation with old versions of OCaml

  • document the difference wrt Map.S specs (issue #11)

  • more efficient implementation of union (issue #7)

  • add update (Andy Li)

  • add filter_map (rwmjones)

  • no more use of qtest, move tests from ptmap.ml to test.ml

2.0.0

  • added missing functions to conform to Map.S (Francois Berenger)

  • unit tests (Francois Berenger)

1.0.0

  • first opam package