khigia / ocaml-stringset
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
a68e9d0
commit a68e9d0daeceec73f733c987ff15248ad2c2b0be
tree 24c72942bc0627c5867616b066f7abcaaf39759c
parent c53eb981cc6d817d4f3b6b5dac8c1a68cc74c859
tree 24c72942bc0627c5867616b066f7abcaaf39759c
parent c53eb981cc6d817d4f3b6b5dac8c1a68cc74c859
| name | age | message | |
|---|---|---|---|
| |
Makefile | ||
| |
README.txt | ||
| |
app/ | ||
| |
diff.ml | ||
| |
ex/ | ||
| |
myocamlbuild.ml | ||
| |
stringSet.ml | ||
| |
stringUtil.ml | ||
| |
test/ |
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)

