base_trieversion
Trie data structure library
This library provides an implementation of a trie data structure.
Lookup is based on "chains" of keys; each node of the trie has children representing each potential next key in the chain.
Author | Jane Street Group, LLC |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/janestreet/base_trie |
Issue Tracker | https://github.com/janestreet/base_trie/issues |
Maintainer | Jane Street developers |
Dependencies | |
Source [http] | https://ocaml.janestreet.com/ocaml-core/v0.16/files/base_trie-v0.16.0.tar.gz sha256=e7544117bfa8ab1708fd5d78151bbc73b55f10dba52360bcbc2ac2bf5f9a16eb |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/base_trie/base_trie.v0.16.0/opam |
No package is dependent