HackerTrans
TopNewTrendsCommentsPastAskShowJobs

davidtos

no profile record

Submissions

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

github.com
20 points·by davidtos·l’année dernière·3 comments

comments

davidtos
·l’année dernière·discuss
I am still working on Java bindings for io_uring https://github.com/davidtos/JUring

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.
davidtos
·il y a 2 ans·discuss
Working on creating Java bindings for io_uring. Trying to get some better performance by batching downcalls and making the API Java friendly.