khigia / ocaml-stringset

String tools (persistent set/map; diff)

This URL has Read+Write access

README.txt
String set/map tools:
 * TST-based set (ternary search tree)
 * Collapsed-TST-based set
 * TST-based map
 * TRIE map (Chris Okasaki map bootstraping implementation)
 * Radix-tree map (not really radix tree as each node store the whole key; but use critical bit for lookup)