Go Implementation of Leopard-RS GF16(github.com)1 points·by klauspost·vor 4 Jahren·1 commentsgithub.comGo Implementation of Leopard-RS GF16https://github.com/klauspost/reedsolomon1 commentsPost comment[–]klauspost·vor 4 JahrenreplyLeopard-RS GF16 support added to reedsolomon package, with SSE3, AVX2 and AVX512 assembly.This allows to encode up to 65536 data+parity shards at O(K Log M), where K is the original data size, and M is up to twice the size of the recovery set.
This allows to encode up to 65536 data+parity shards at O(K Log M), where K is the original data size, and M is up to twice the size of the recovery set.