Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: JUring – Java bindings for io_uring file I/O (github.com/davidtos)
20 points by davidtos 28 days ago | hide | past | favorite | 3 comments
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://github.com/davidtos/JUring

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!




Could you add a bit more of details on the main page about io_ring itself? This isn't something I've used in the past albeit I'm certainly familiar with remote mounted files. Thank you.


Seems interesting. Which remote mount is it, nfs?


This is awesome




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: