package string_dict

  1. Overview
  2. Docs
Efficient static string dictionaries

Install

Dune Dependency

Authors

Maintainers

Sources

string_dict-v0.16.0.tar.gz
sha256=3b1ddb64e46272a434dfd593b6c1f3c370fd585899cfa9dd5334c170ee9ce67b

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: 14 Jun 2023

Dependencies (5)

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

Dev Dependencies

None

Used by

None

Conflicts

None