62 skills found · Page 1 of 3
xtaci / KcptunReliable UDP Transmission Optimizer based on KCP: Enhancing network efficiency in poor connectivity environments.
xtaci / Kcp GoA crypto-secure Reliable-UDP library for Golang with FEC support.
klauspost / ReedsolomonReed-Solomon Erasure Coding in Go
quiet / LibcorrectC library for Convolutional codes and Reed-Solomon
Bulat-Ziganshin / FastECCReed-Solomon coder computing one million parity blocks at 1 GB/s. O(N*log(N)) algo employing FFT.
tomerfiliba-org / Reedsolomon⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
tsuraan / JerasureGithub repo for Jerasure Library - C Implementation of Reed-Solomon coding
templexxx / ReedsolomonReed-Solomon Erasure Code engine in Go, could more than 15GB/s per core
rust-rse / Reed Solomon Erasure[Looking for new owners/maintainers, see #88] Rust implementation of Reed-Solomon erasure coding
catid / LonghairLonghair : O(N^2) Cauchy Reed-Solomon Block Erasure Code for Small Data
catid / LeopardLeopard-RS : O(N Log N) MDS Reed-Solomon Block Erasure Code for Large Data
lrq3000 / PyFileFixity📂🛡️Suite of tools for file fixity (data protection for long term storage⌛) using redundant error correcting codes, hash auditing and duplications with majority vote, all in pure Python🐍
dshekhalev / FECFEC Codec IP core library for a some famous codes (BCH, RS, LDPC, Turbo)
ronomon / Reed SolomonFast, reliable Reed-Solomon erasure coding as a native addon for Node.js.
brownan / Reed SolomonProof of concept on how to implement the Reed Solomon class of error correcting codes in Python
501urchin / SteganoA fast steganography library built for go
drmingdrmer / Lrc Erasure CodeLRC(Local Reconstruction Codes) Erasure Code based on Reed-Solomon with Vandermonde matrix
AndersTrier / Reed Solomon SimdReed-Solomon GF(2^16) erasure coding with O(n log n) complexity
madiator / HadoopUSCUSC Version of Hadoop that includes HDFS-RAID. Erasure codes like Locally Repairable Codes (aka Simple Regenerating Code), Reed Solomon Code and XOR code are supported
emin63 / PyfiniteFinite field math in python including generic matrix operations and Reed-Solomon error correcting codes.