Commit graph

5 commits

Author SHA1 Message Date
Ed Page
da0e536796 feat(dictgen): Generate a naive match
After 23 minutes of compiling, I gave up.  The compiler might generate
fast `match`s but its not worth the compile time.
2024-12-30 20:55:12 -06:00
Ed Page
084461743a feat(dictgen): Allow different Maps to be made 2024-12-30 16:29:20 -06:00
Ed Page
534e3c5f71 perf(dictgen): Remove ascii/unicode branch from trie 2024-12-30 16:13:35 -06:00
Ed Page
81d6807495 fix(dictgen): Clarify names 2024-12-30 14:57:39 -06:00
Ed Page
52822b019f fix(dictgen)!: Use a builer for easier customization 2024-12-28 21:02:19 -06:00