typos/crates
Ed Page bbbf985777 perf(dict): Switch varcon to a burst-trie
This cuts varcon lookup times in half but I still suspect slower than
phf.  Like with bsearch and unlike, the cost is consistent between hits
and misses.

At least this doesn't have the compile hit of PHF + unicase.  Maybe I
should experiment with integrating a non-const-fn variant of unicase
with PHF and give up on all of this extra complexity.
2021-06-30 21:03:57 -05:00
..
codespell-dict refactor(dict): Be more cache concious 2021-06-30 19:56:03 -05:00
dictgen perf(dict): Switch varcon to a burst-trie 2021-06-30 21:03:57 -05:00
misspell-dict refactor(dict): Be more cache concious 2021-06-30 19:56:03 -05:00
typos chore: Release 2021-06-29 15:05:18 -05:00
typos-dict chore: Skip more releases 2021-06-29 15:39:28 -05:00
typos-vars perf(dict): Switch varcon to a burst-trie 2021-06-30 21:03:57 -05:00
varcon chore: Skip more releases 2021-06-29 15:39:28 -05:00
varcon-core style: Address clippy 2021-06-28 13:51:06 -05:00
wikipedia-dict refactor(dict): Be more cache concious 2021-06-30 19:56:03 -05:00