Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Speed up detection of text files
We reduce how much of the buffer we walk twice which should speed up large files. We still load the entire file into memory which will still hurt binary files. This is part of #34.
- Loading branch information