Show HN: FastQR – A Fast QRCode Generator Supporting Batch Processing

2 pointsposted 13 hours ago
by tranhuucanh

Item id: 45657396

2 Comments

itake

3 hours ago

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?

tranhuucanh

2 hours ago

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!