string_dict
Efficient static string dictionaries
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.
Install
- Published
-
21 Mar 2022
- Authors
-
- Maintainers
-
Sources
Dependencies
dune
>= "2.0.0"
ppx_hash
>= "v0.15" & < "v0.16"
ppx_compare
>= "v0.15" & < "v0.16"
base
>= "v0.15" & < "v0.16"
ocaml
>= "4.08.0"
Reverse Dependencies