typos/crates/dictgen/src
2024-12-31 07:48:55 -06:00
..
aho_corasick.rs feat(dictgen): Add aho-corasick support 2024-12-31 07:48:55 -06:00
gen.rs feat(dictgen): Add aho-corasick support 2024-12-31 07:48:55 -06:00
insensitive.rs perf(dictgen): Remove ascii/unicode branch from trie 2024-12-30 16:13:35 -06:00
lib.rs feat(dictgen): Add aho-corasick support 2024-12-31 07:48:55 -06:00
map.rs perf(dict): Benchmark cased maps 2024-12-30 16:48:19 -06:00
match.rs feat(dictgen): Generate a naive match 2024-12-30 20:55:12 -06:00
ordered_map.rs perf(dict): Benchmark cased maps 2024-12-30 16:48:19 -06:00
trie.rs perf(dictgen): Remove ascii/unicode branch from trie 2024-12-30 16:13:35 -06:00