We’ve been doing manual block handling with explicit read,encrypt,write so we can work with files larger than system memory.
Could mmap be a better way?
A quick search turned up memmap2, let’s try that one?
OS support
- [X] linux
- [X] mac
- [X] windows
all three are tested in memmap2 github actions