Y
Hacker News
new
|
ask
|
show
|
jobs
by
dreinhardt
2188 days ago
As i understood it, this is not about being faster, but about being more memory efficient.
1 comments
bsaul
2188 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.
link