aruZeta / QRgen

A QR code generation library.
https://aruzeta.github.io/QRgen/
MIT License
103 stars 8 forks source link

Refactor: Faster ecc encoding #45

Closed aruZeta closed 1 year ago

aruZeta commented 1 year ago

In c backend it's roughly 2.4 times faster.

But it's not much of a speed up, since it's 7.whatever ms vs 3.whatever ms in the test where the ECC generation is tested in all QR versions.