Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 21:17
d9533c9

0.1.1 (2026-09-01)

Bug Fixes

  • make the fast path decline explicitly instead of leaning on EINVAL (cdaf880)
  • report filesystem as "?" where /proc is unavailable (75962ea)

Performance Improvements

  • serve page-cache-hot reads inline on macOS with mincore + pread (3272a35)
  • serve page-cache-hot reads inline with preadv2(RWF_NOWAIT) (9ca717c)