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

Even Java together with Netty supports zero copy networking... if Go misses that feature I wouldn't be very hard to implement it yourself
And the GC!