Mmio
A cross-platform memory-mapped io library for C++
Install / Use
/learn @Ryan-rsm-McKenzie/MmioREADME
mmio
What is mmio?
mmio is a really simple, really small library for handling memory-mapped io on windows and linux.
Why not boost::iostreams::mapped_file?
A couple reasons:
- It requires you to use Boost.
- Passing unicode paths requires you to use
boost::filesystem, which requires you to use even more of Boost, and interops pretty terribly withstd::filesystem.
Why not mio?
Being a header only library, it includes system headers into your code, and I don't enjoy fighting tooth and nail with windows.h for common identifiers.
Related Skills
node-connect
336.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
336.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.9kCommit, push, and open a PR
