Use Fixed FileDescriptors #20
Replies: 3 comments
-
So I think its quite important to adopt fixed files and buffers into |
Beta Was this translation helpful? Give feedback.
-
I got Zero Copy File transfer with Pipes and Fixed File descriptors working in Java: https://github.com/manticore-projects/JUring/blob/8ce605afbd45b3a2caf15f012ddba96f89b7e2f8/src/test/java/com/davidvlijmincx/lio/api/JUringTest.java#L289 |
Beta Was this translation helpful? Give feedback.
-
The 3x performance is really something! Thanks for adding the benchmark and nice work implementing the zero-copy transfer with pipes and fixed descriptors. |
Beta Was this translation helpful? Give feedback.
-
libUring allows to register Files, Pipes and Buffers. The benefit is remarkable, please see simple benchmark below.
cp
Beta Was this translation helpful? Give feedback.
All reactions