Settings

Theme

Show HN: JUring – Java bindings for io_uring file I/O

github.com

20 points by davidtos a year ago · 3 comments · 1 min read

Reader

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!

nunobrito a year ago

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.

sushidev a year ago

Seems interesting. Which remote mount is it, nfs?

sgammon a year ago

This is awesome

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection