Download Latest Version v0.2.0 -- Multi-Language Ports source code.zip (101.9 kB)
Email in envelope

Get an email when there's a new version of LombokECC

Home / v0.0.6
Name Modified Size InfoDownloads / 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

Stars Release License

Quality

CI Tests TypeScript Zero deps

Lombok Ecosystem

LombokClarion LombokCSS LombokCharts LombokQRCode LombokTableSheet LombokAnimate LombokECC


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

Source: README.md, updated 2026-08-29