Show HN: JUring – Java bindings for io_uring file I/Ogithub.com20 points·by davidtos·letztes Jahr·3 comments
davidtos·letztes Jahr·discussI am still working on Java bindings for io_uring https://github.com/davidtos/JUringThe goal is to bring fast random read/writes to Java. Fun project with lots of great challenges around performance while maintaining a nice API.
davidtos·vor 2 Jahren·discussWorking on creating Java bindings for io_uring. Trying to get some better performance by batching downcalls and making the API Java friendly.
The goal is to bring fast random read/writes to Java. Fun project with lots of great challenges around performance while maintaining a nice API.