typos/crates/typos-dict
Ed Page beaa0f4091 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.060s
user    0m31.559s
sys     0m4.258s
```
2020-11-10 20:57:00 -06:00
..
assets feat: Support english dialects 2020-08-20 19:37:37 -05:00
codegen perf(dict): Avoid hashing unknwon words 2020-11-10 20:57:00 -06:00
src perf(dict): Avoid hashing unknwon words 2020-11-10 20:57:00 -06:00
verify feat: Support english dialects 2020-08-20 19:37:37 -05:00
Cargo.toml refactor: Follow monorepo pattern elsewhere 2020-07-04 20:52:47 -05:00