summaryrefslogtreecommitdiff
path: root/test/prefix_tree.cc
AgeCommit message (Collapse)Author
2025-09-28prefix_tree: Make a byte optimized version for really small treesJoel Klinghed
Currently supports 8-bit distances and 16-bit distances.
2025-09-27Add simple prefix_treeJoel Klinghed
Will be used by tokenizer for short lists of strings