aboutsummaryrefslogtreecommitdiff
path: root/test/trie.cc
AgeCommit message (Collapse)Author
2023-12-21Split tests into unit and dw (graphical)Rodrigo Arias Mallo
Graphical tests for the dw (Dillo Widget) are moved to test/dw, while unit tests are placed into test/unit. All tests are compiled with "make check" but only the tests that can run without intervention and without a graphic display are executed.
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.