package string_dict

  1. Overview
  2. Docs
Efficient static string dictionaries

Install

Dune Dependency

Authors

Maintainers

Sources

string_dict-v0.12.0.tar.gz
md5=d3c2161c56730a979102a29fb0637bc9

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: 01 Mar 2019

Dependencies (5)

  1. dune >= "1.5.1"
  2. ppx_hash >= "v0.12" & < "v0.13"
  3. ppx_compare >= "v0.12" & < "v0.13"
  4. base >= "v0.12" & < "v0.13"
  5. ocaml >= "4.04.2"

Dev Dependencies

None

Used by

None

Conflicts

None