Files
zig/lib/std
Andrew Kelley 5a7dc4b0fa std.Io: introduce File.MemoryMap
by defining the pointer contents to only be synchronized after explicit
sync points, makes it legal to have a fallback implementation based on
file operations while still supporting a handful of use cases for memory
mapping.

furthermore, it makes it legal for evented I/O implementations to use
evented file I/O for the sync points rather than memory mapping.

not yet done:
- implement checking the length when options.len is null
- some windows impl work
- some wasi impl work
- unit tests
- integration with compiler
2026-01-15 14:18:20 -08:00
..
2025-11-22 22:42:38 +00:00
2026-01-15 14:18:20 -08:00
2025-12-23 22:15:10 -08:00
2025-11-22 22:42:38 +00:00
2025-09-30 13:44:54 +01:00
2026-01-15 14:18:20 -08:00
2026-01-04 17:23:45 -08:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-01-15 14:18:20 -08:00
2025-11-22 22:42:38 +00:00
2026-01-15 14:18:20 -08:00
2026-01-15 14:18:20 -08:00
2026-01-04 00:27:08 -08:00