You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,16 @@ This gem is designed to work seamlessly with Ruby's `IO::Buffer` class, providin
27
27
28
28
Please see the [project documentation](https://socketry.github.io/io-memory/) for more details.
29
29
30
-
-[Getting Started](https://socketry.github.io/io-memory/guides/getting-started/index) - This guide explains how to use `io-memory` for efficient memory operations.
30
+
-[Getting Started](https://socketry.github.io/io-memory/guides/getting-started/index) - This guide explains how to use `io-memory` for efficient memory operations and zero-copy data sharing.
31
+
32
+
-[Process Memory Sharing](https://socketry.github.io/io-memory/guides/process-sharing/index) - This guide demonstrates how to share memory between processes using `io-memory` for high-performance inter-process communication (IPC).
31
33
32
34
## Platform Support
33
35
34
36
| Platform | Implementation | Features |
35
-
|----------|----------------|----------|
37
+
|---|---|---|
36
38
| Linux |`memfd_create()`| Anonymous memory, file descriptor passing |
0 commit comments