logoalt Hacker News

snissntoday at 2:29 AM1 replyview on HN

What do you mean by decode is parallel?


Replies

magicalhippotoday at 6:32 AM

It splits the input into blocks which are encoded separately, so the decoder can fire up multiple threads to decode multiple blocks in parallel.

https://github.com/xtellect/fc#how-it-works