Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
davidtos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
davidtos
1y ago
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 maintain
2.
▲
Show HN: JUring – Java bindings for io_uring file I/O
(github.com)
20 points
by
davidtos
2y ago
|
3 comments
3.
▲
by
davidtos
2y ago
Working on creating Java bindings for io_uring. Trying to get some better performance by batching downcalls and making the API Java friendly.
4.
▲
by
davidtos
2y ago
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 also depends on what the task is. Threads.sleep(1) performs
5.
▲
Virtual vs. Platform Threads for API Calls
(davidvlijmincx.com)
1 points
by
davidtos
2y ago
|
0 comments
6.
▲
First time right, with software development
(davidvlijmincx.com)
2 points
by
davidtos
2y ago
|
0 comments
7.
▲
by
davidtos
3y ago
That already exists luckily, you can even change the maximum number of carrier threads with: - jdk.virtualThreadScheduler.maxPoolSize=10
8.
▲
by
davidtos
3y ago
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 cool and not having to use that leader key the entire time.
9.
▲
by
davidtos
3y ago
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 share the same passion :D
10.
▲
Introduction and pitfalls of Java's new concurrency model
(youtube.com)
1 points
by
davidtos
3y ago
|
0 comments
11.
▲
12 steps to Better Tests
(davidvlijmincx.com)
2 points
by
davidtos
3y ago
|
0 comments
12.
▲
Steps to Better Tests
(davidvlijmincx.com)
1 points
by
davidtos
4y ago
|
0 comments
13.
▲
by
davidtos
4y ago
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 get noticed at my work and to make new connections. You will
14.
▲
by
davidtos
4y ago
https://www.davidvlijmincx.com/ I write mostly about Java, testing and future additions to the language.
15.
▲
by
davidtos
5y ago
Shameless plug of my blog. It’s about new and upcoming features in Java and unit testing. https://www.davidvlijmincx.com/