Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add CLI option for (no-)mmap VFS I/O
Some platforms may be fine with memory-mapped I/O and shouldn't suffer because Windows is silly. The default is still file-based I/O and the user can be explicit with `--mmap` and `--no-mmap` to indicate their preference.
- Loading branch information