Y
Hacker News
new
|
ask
|
show
|
jobs
by
snissn
40 days ago
What do you mean by decode is parallel?
1 comments
magicalhippo
40 days ago
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
link
https://github.com/xtellect/fc#how-it-works