← Back to context Comment by snissn 11 hours ago What do you mean by decode is parallel? 1 comment snissn Reply magicalhippo 7 hours 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
magicalhippo 7 hours 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
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