Skip to content

Commit 3a42fcd

Browse files
wan9chicodex
andcommitted
docs(fspy): omit Linux mapping mechanics
Co-authored-by: GPT-5 Codex <codex@openai.com>
1 parent 47fdbd6 commit 3a42fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/fspy_shm/src/linux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Linux backend
22

3-
The Linux backend stores data in a sealed `memfd`. A process opens the mapping by connecting to an abstract Unix-domain socket and receiving the descriptor from a broker. It reads the fixed size from the descriptor, maps the full object, and then accesses the memory directly.
3+
The Linux backend stores data in a sealed `memfd`. A process opens the mapping by connecting to an abstract Unix-domain socket and receiving the descriptor from a broker. It then accesses the mapped memory directly.
44

55
The backend must avoid `/dev/shm` quotas, expose a large mapping without allocating every page up front, support synchronous opens from preload code, and stop new opens when the owner is dropped without invalidating existing views.
66

0 commit comments

Comments
 (0)