Rethinking file writing with memory mapping and C++! https://t.co/KrfrvLTnQI
The simply put motivation behind the new growable memory mapped file library
#coding#cpp#fileio
Ever wanted to quickly read/write files but found fstream/fopen combersome?
I made a thing: https://t.co/BSJJAwPpUR
- Write to a memory mapped file instead
- Write binary data, no serialization
- Pointers remain valid while writing
- Growable memory