Skip to content

docs(design): macOS F_NOCACHE and writev fallback (#1657)#3724

Merged
oferchen merged 1 commit into
masterfrom
docs/macos-fnocache-writev-1657
May 5, 2026
Merged

docs(design): macOS F_NOCACHE and writev fallback (#1657)#3724
oferchen merged 1 commit into
masterfrom
docs/macos-fnocache-writev-1657

Conversation

@oferchen
Copy link
Copy Markdown
Owner

@oferchen oferchen commented May 5, 2026

Summary

Test plan

  • CI fmt/lint passes on the docs-only change.
  • Verify the document renders cleanly on GitHub.
  • Confirm cited file:LINE references resolve against current master.

Design note for the near-term macOS-optimized fallback that pairs
F_NOCACHE on the destination fd with writev for the buffered-write
path. Composes with the longer-term kqueue backend (#1385) and fills
in the WritevAsyncWriter branch named in the AsyncFileWriter audit
(#1655).
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label May 5, 2026
@oferchen oferchen merged commit f9e6ec3 into master May 5, 2026
8 checks passed
@oferchen oferchen deleted the docs/macos-fnocache-writev-1657 branch May 6, 2026 18:57
oferchen added a commit that referenced this pull request May 18, 2026
Design note for the near-term macOS-optimized fallback that pairs
F_NOCACHE on the destination fd with writev for the buffered-write
path. Composes with the longer-term kqueue backend (#1385) and fills
in the WritevAsyncWriter branch named in the AsyncFileWriter audit
(#1655).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant