A minimal implementation of integer maps based on Patricia trees
- OCaml 84.3%
- Makefile 13.8%
- Dune 1.9%
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS.md | ||
| dune-project | ||
| headache.config | ||
| header.txt | ||
| Makefile | ||
| README.md | ||
Patricia
This OCaml library offers a minimal implementation of integer maps using big-endian Patricia trees. It is based Chris Okasaki's paper at the 1998 ML Workshop in Baltimore.
This library is currently not published. Its code is used inside Menhir.