typos/crates
Ed Page 6bdbd821e3 perf(dict): Avoid hashing unknwon words
Bypass hashing when we know (through str::len) that a word won't be in
the dict.

Master:
```
real    0m26.675s
user    0m33.683s
sys     0m4.535s
```

With this change
```
real    0m24.432s
user    0m32.492s
sys     0m4.190s
```
2020-11-10 20:57:04 -06:00
..
codespell-dict refactor: Follow monorepo pattern elsewhere 2020-07-04 20:52:47 -05:00
misspell-dict refactor: Follow monorepo pattern elsewhere 2020-07-04 20:52:47 -05:00
typos refactor: Don't special case --files 2020-11-10 06:30:27 -06:00
typos-dict perf(dict): Avoid hashing unknwon words 2020-11-10 20:57:00 -06:00
typos-vars perf(dict): Avoid hashing unknwon words 2020-11-10 20:57:04 -06:00
varcon fix(ci): Report more failures 2020-07-04 20:52:48 -05:00
varcon-core chore: Update dependencies 2020-11-10 19:47:13 -06:00
wikipedia-dict refactor: Follow monorepo pattern elsewhere 2020-07-04 20:52:47 -05:00