Y
Hacker News
new
|
ask
|
show
|
jobs
by
nvarsj
42 days ago
Can golang do zero copy networking nowadays? In the past golang was terrible at this kind of thing due to allocations and copies of all relayed data.
2 comments
troxhi
41 days ago
Even Java together with Netty supports zero copy networking... if Go misses that feature I wouldn't be very hard to implement it yourself
link
fragmede
42 days ago
And the GC!
link