Monday, 13 January 2025

Show HN: JUring – Java bindings for io_uring file I/O https://bit.ly/4hdkAbi

Show HN: JUring – Java bindings for io_uring file I/O Hi HN! For the past few weeks, I've been working on bringing io_uring to Java. It started as an experiment, but slowly it became more than just that, and now trying to turn it into a proper library. After hearing talks about virtual threads and io_urings performance I wanted to build something that was faster than Java provides out of the box. I ended up creating two APIs: - A direct one that closely mirrors io_uring's behavior - A blocking one built with Virtual Threads in mind for remote files. This is the link to the project if you are interested https://bit.ly/3WiBf57 It's still far from done, but it's running! Would love to hear your thoughts if you've worked on or used something similar. Also very curious to hear what you like and don't like about the project! https://bit.ly/3WiBf57 January 13, 2025 at 11:06AM

No comments:

Post a Comment