Hacker News new | ask | show | jobs
by bsaul 2194 days ago
zero copy supposedly means you're saving on memory allocation when reading. You're saving the decoding step, so my guess would have been that in practice you're gaining both on memory consumption and cpu.