Get the latest tech news
Show HN: JUring – Java bindings for io_uring file I/O
JUring is proof of concept to show how fast you can read data using Java and Linux - davidtos/JUring
The test ran on a Linux machine with 32 cores, a nvme SSD, and a mounted remote directory. The direct API lets you prepare entries that you match with results based on id. Adding more io_uring features File modes and flags Adding a blocking-api for local files Better memory usage Improved memory cleanup strategies (smart MemorySegments) Encoding support Support for sockets
Or read this on Hacker News