3 releases (1 stable)
1.0.0 | Mar 26, 2021 |
---|---|
0.0.3 | Mar 19, 2021 |
0.0.2 |
|
0.0.1 | Mar 16, 2021 |
0.0.0 |
|
#631 in Algorithms
29,941 downloads per month
Used in reed-solomon-16
125KB
2K
SLoC
reed-solomon-novelpoly
An implementation of Novel Polynomial Basis and its Application to Reed-Solomon Erasure Codes 1 2 .
Runs encoding and reconstruction in O(n lg(n))
. Note that for small number n
there is a static offset due to a walsh transform over the full domain in reconstruction.
Goals
Be really fast for n > 100
.
Non-goals
TODO
Dependencies
~1–1.7MB
~35K SLoC