typos/crates/typos-vars/src
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
..
lib.rs refactor(dict): Pull out table-lookup logic 2021-06-30 10:12:17 -05:00
vars_codegen.rs perf(dict): Switch varcon to a burst-trie 2021-06-30 21:03:57 -05:00