page-manager-4096-coincidence

Status: IN

`PageManager` defaults to 4096-byte pages matching the OS page size and common disk sector size, but this is a coincidental match with `O_DIRECT` alignment requirements — the implementation uses buffered I/O through Python's `open()` and never enforces alignment

Source: entries/2026/05/29/topic-o-direct-aligned-io.md

JSON