Closed sharkdp closed 3 years ago
This obviously causes OOM problems with very large files.
Maybe we can use mmap instead. But I'm not sure if we would sacrifice OS independence.
I made a PR to attempt to fix this: #29
This obviously causes OOM problems with very large files.
Maybe we can use mmap instead. But I'm not sure if we would sacrifice OS independence.