Releases: klauspost/reedsolomon
Releases · klauspost/reedsolomon
v1.12.6
What's Changed
- Improve pure Go speed in low shard count by @klauspost in #306
- benchmark: Add support to test Verify instead of Reconstruct by @kohlschuetter in #304
- Run modernize and bump minimum Go version by @klauspost in #305
New Contributors
- @kohlschuetter made their first contribution in #304
Full Changelog: v1.12.5...v1.12.6
v1.12.5
v1.12.4
What's Changed
- Make ARM SVE code vector length agnostic by @fwessels in #285
- Test asm slice reads/writes in race tests by @klauspost in #286
Full Changelog: v1.12.3...v1.12.4
v1.12.3
v1.12.2
What's Changed
- Support for ARM SVE and better performance for NEON by @fwessels in #281
- benchmark: Add CSV header by @klauspost in #277
- Remove double load on 64 byte loop init by @klauspost in #279
New Contributors
- @AndersTrier made their first contribution in #275
Full Changelog: v1.12.1...v1.12.2
v1.12.1
What's Changed
- Allow reconstructSome to reconstruct parity shards by @walldiss in #267
- Add pure AVX GFNI mode by @klauspost in #268
- Added example usage to example/README.md; fixed some typos by @HJLebbink in #269
New Contributors
- @walldiss made their first contribution in #267
- @HJLebbink made their first contribution in #269
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- Add nopshufb tag by @klauspost in #256
- Use faster division for matrix construction by @klauspost in #254
- Fix unit typo in benchmark by @cxz66666 in #252
- Drop galSub as not really used by @cristaloleg in #259
- Slice len is always non-negative by @cristaloleg in #261
New Contributors
- @cxz66666 made their first contribution in #252
- @cristaloleg made their first contribution in #259
Full Changelog: v1.11.8...v1.12.0
v1.11.8
What's Changed
- Add new error
ErrInvalidShardSizeby @rootulp in #243 - doc: update IsSquare doc by @egbakou in #244
- EncodeIdx: Use advanced AVX2/GFNI by @klauspost in #248
- Add benchmark application by @klauspost in #249
New Contributors
Full Changelog: v1.11.7...v1.11.8