| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHANGELOG.md | 2026-08-29 | 1.9 kB | |
| README.md | 2026-08-29 | 4.4 kB | |
| LICENSE | 2026-08-29 | 10.8 kB | |
| LombokECC-0.0.6-3200+ Stress Tests + CI.tar.gz | 2026-08-29 | 20.4 kB | |
| LombokECC-0.0.6-3200+ Stress Tests + CI.zip | 2026-08-29 | 26.6 kB | |
| Totals: 5 Items | 64.1 kB | 0 | |
LombokECC — Reed-Solomon Error Correction Codes
A TypeScript implementation of Reed-Solomon error-correction codes over GF(256).
Version: v0.0.6 · Status: 3,200+ randomised trials verified. CI enabled.
GitHub
Quality
Lombok Ecosystem
Changes from v0.0.5
- Randomised within-capacity stress test (1,800 trials, 0–8 errors)
- Randomised overcapacity stress test (1,400 trials, 9–64 errors)
- Throughput benchmark (
bench.ts) - GitHub Actions CI (Node 20.x + 22.x)
- fix(solver): handle rank-deficient/inconsistent systems in Gaussian elimination
- 0% miscorrection rate across all overcapacity trials
Publishing
npm install && npm run build && npm run test:full
git tag -a v0.0.6 -m "LombokECC 0.0.6" && git push origin main --tags
npm publish --access public
License
Apache-2.0 — LICENSE
Repository: github.com/codinglombok/LombokECC