aboutsummaryrefslogtreecommitdiff
path: root/test/trie.cc
AgeCommit message (Collapse)Author
2012-12-09share hyphenators between windows/tabsJohannes Hofmann
2012-11-05trim some spacescorvid
2012-09-20add test/trie programJohannes Hofmann
The test/trie program allows to create better packed tries to reduce memory consumption of the hyphenation even further. Usage: trie <pattern file> > <prefix>/lib/dillo/hyphenation/<lang>.pat.trie e.g: ./trie hyph-de-1996.pat > /usr/local/lib/dillo/hyphenation/de.pat.trie If the <lang>.pat.trie is found, dillo will use this precompressed trie instead of the <lang>.pat file.