Releases: klauspost/reedsolomon
Releases · klauspost/reedsolomon
v1.5
- Add NEON support for ARM64 (#62)
- Add ReconstructData interface method (#57)
- add Update parity function (#60)
- fix unnecessary memory alloc in Split (#59)
- Minor cleanup (#61)
v1.3
Add options (#46)
* Add options
Make constants changeable as options.
The API remains backwards compatible.
* Update documentation.
* Fix line endings
* fmt
* fmt
* Use functions for parameters.
Much neater.
1.2: Merge pull request #24 from harshavardhana/parity
Add checks for data and parity to not exceed 255 shards in total.
v1.1
Merge pull request #18 from xiaost/optimized-goroutines-number
Optimized encoding & decoding goroutines number
v1.0: Update .travis.yml
Add OSX test. Don't use sudo