Y
Hacker News
new
|
ask
|
show
|
jobs
by
gazarullz
2550 days ago
Can anyone point out any resources to acomplish this in the JVM space?
2 comments
IAmLiterallyAB
2550 days ago
A zero heap allocation _anything_ in the JVM? Probably impossible
link
gazarullz
2550 days ago
Whoever downvoted my question can explain why? or it was just for fun?
link
smolder
2549 days ago
I didn’t downvote you but running a TCP/IP stack inside the JVM doesn’t seem terribly useful. Doing user space TCP/IP can be useful for performance reasons but running on top of JVM is likely to wipe out that advantage.
link