Show HN: JUring – Java bindings for io_uring file I/Ogithub.com20 points·by davidtos·l’année dernière·3 comments
davidtos·l’année dernière·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·il y a 2 ans·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.