Viewing profile — davidtos
davidtos
HN member- Joined
- Wed, Jan 19, 2022, 7:52 AM UTC
- HN karma
- 13
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About davidtos
No profile information was provided.
Recent public activity
-
comment
Comment #43532047
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 …
-
story
Show HN: JUring – Java bindings for io_uring file I/O
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…
-
comment
Comment #41690536
Working on creating Java bindings for io_uring. Trying to get some better performance by batching downcalls and making the API Java friendly.
-
comment
Comment #40983647
I did some similar testing a few days ago[1]. Comparing platform threads to virtual threads doing API calls. They mention the right conditions like having high task delays, but it …
- story
- story
-
comment
Comment #39011313
That already exists luckily, you can even change the maximum number of carrier threads with: - jdk.virtualThreadScheduler.maxPoolSize=10
-
comment
Comment #37328908
This is exactly what i do. Pressing the leader key and another key to let it type sentences and boiler plate code. Creating a layer for this sort of typing would also be really coo…
-
comment
Comment #36590671
https://www.davidvlijmincx.com/ I write mostly about concurrency and testing in Java for the last two years now. I do it in hope that it helps people and to connect with people who…
- story
- story
- story
-
comment
Comment #32137839
I have been writing for my personal blog now for a year. The time spend writing and editing does feel worth it. My writing is a lot better than it was a year ago. It helped me to g…
-
comment
Comment #30938081
https://www.davidvlijmincx.com/ I write mostly about Java, testing and future additions to the language.
-
comment
Comment #30248330
Shameless plug of my blog. It’s about new and upcoming features in Java and unit testing. https://www.davidvlijmincx.com/