package string_dict

  1. Overview
  2. Docs
Efficient static string dictionaries

Install

Dune Dependency

Authors

Maintainers

Sources

string_dict-v0.15.0.tar.gz
sha256=b20629dc1e710f20a5177ea910f0d9de9b8aff1756ad374ddea8fa08a555315d

Description

Efficient static string dictionaries. By static, we mean that new key-value pairs cannot be added after the dictionary is created.

This uses the algorithm the OCaml compiler uses for pattern matching on strings.

Published: 21 Mar 2022

Dependencies (5)

  1. dune >= "2.0.0"
  2. ppx_hash >= "v0.15" & < "v0.16"
  3. ppx_compare >= "v0.15" & < "v0.16"
  4. base >= "v0.15" & < "v0.16"
  5. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None