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

A zero heap allocation _anything_ in the JVM? Probably impossible
Whoever downvoted my question can explain why? or it was just for fun?
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.