Write binary files fast, without boilerplate
https://github.com/decodeless/mappedfile is a cross platform memory mapping library. The standout feature is resizable mapped files: reserve virtual address space and grow into it as needed
Recent new features:
- Faster resizing on Windows
- Manual .sync() to flush when needed
- Releases pages when shrinking resizable_memory
