https://github.com/susonicth/zigmemmapper
Cross platform memory mapped files
https://github.com/susonicth/zigmemmapper
cross-platform library memorymappedfile mmap mmapped windows zig
Last synced: 9 months ago
JSON representation
Cross platform memory mapped files
- Host: GitHub
- URL: https://github.com/susonicth/zigmemmapper
- Owner: SuSonicTH
- License: mit
- Created: 2024-08-06T23:01:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-24T21:46:22.000Z (12 months ago)
- Last Synced: 2025-03-24T11:06:27.404Z (9 months ago)
- Topics: cross-platform, library, memorymappedfile, mmap, mmapped, windows, zig
- Language: Zig
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig MemMapper
a cross platform (windows and posix) zig library for memory mapped files.
It's a very thin wraper around the operating system functions to map a file into the virtual address space.