Hacker News new | ask | show | jobs
by mycall 3520 days ago
> have an OS try to muck about with encodings

Hardware encode/decode often requires DMA capabilities. There are many optimizations that kernel mode can bring.

2 comments

x86 has string instructions that do not require DMA. Nobody needs to hardware accelerate string decoding and encoding though...
> Hardware encode/decode

Of text?

but is it webscale?