HackerTrans
TopNewTrendsCommentsPastAskShowJobs

davidtos

no profile record

Submissions

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

github.com
20 points·by davidtos·ano passado·3 comments

comments

davidtos
·ano passado·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
·há 2 anos·discuss
Working on creating Java bindings for io_uring. Trying to get some better performance by batching downcalls and making the API Java friendly.