Neat! Could you publish a few example QR codes in the readme?
My understanding is qr codes various levels of redundancy (error correction) in the image. When you're comparing your code with other libraries, do they have the same level of error correction and byte length?
Thanks for the great feedback! You're absolutely right - I'll add QR code examples for each error correction level to the README to make the comparisons clearer.
Regarding error correction levels: yes, all benchmarks are done with the same parameters (error correction level and byte length) to ensure fair comparisons. I'll make this more explicit in the README and include a detailed comparison table showing the error correction levels used for each benchmark.
I appreciate you pointing this out - transparency in benchmarks is really important!
Neat! Could you publish a few example QR codes in the readme?
My understanding is qr codes various levels of redundancy (error correction) in the image. When you're comparing your code with other libraries, do they have the same level of error correction and byte length?
Thanks for the great feedback! You're absolutely right - I'll add QR code examples for each error correction level to the README to make the comparisons clearer.
Regarding error correction levels: yes, all benchmarks are done with the same parameters (error correction level and byte length) to ensure fair comparisons. I'll make this more explicit in the README and include a detailed comparison table showing the error correction levels used for each benchmark.
I appreciate you pointing this out - transparency in benchmarks is really important!