package string_dict

  1. Overview
  2. Docs
Efficient static string dictionaries

Install

Dune Dependency

Authors

Maintainers

Sources

string_dict-v0.14.0.tar.gz
md5=8aa4fbf812f7ef6227123c5f17bdc51e

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: 31 May 2020

Dependencies (5)

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

Dev Dependencies

None

Used by

None

Conflicts

None