Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pveentjer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
pveentjer
3y ago
Nice project. One thing I would focus on is allowing for a zero litter work flow. In Hazelcast I wrote a similar system, and if properly used, it is litter free.
2.
▲
by
pveentjer
4y ago
The GC can pace the allocation when it can't keep up.
3.
▲
by
pveentjer
4y ago
If a Java thread is on the CPU, then the CPU is utilized, no matter if the CPU is just waiting for memory. That is the problem with utilization; you have no clue how busy the CPU actually is. IPC is more useful in these situations.