typos/src
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
..
args.rs feat: Support english dialects 2020-08-20 19:37:37 -05:00
checks.rs refactor: Layer files/filenames on buffer processing 2020-11-10 06:30:27 -06:00
config.rs Revert "feat(ignore): Typos-specific ignores" 2020-11-03 19:55:45 -06:00
dict.rs perf(dict): Avoid hashing unknwon words 2020-11-10 20:57:04 -06:00
lib.rs feat: Support english dialects 2020-08-20 19:37:37 -05:00
main.rs refactor: Don't special case --files 2020-11-10 06:30:27 -06:00
replace.rs refactor(report): Merge the typos types 2020-11-10 06:30:23 -06:00