ricmoo / QRCode

QR code generation library in C, optimized for low-power devices, such as Arduino.
Other
638 stars 202 forks source link

Interleave the data in-place. #1

Open ricmoo opened 7 years ago

ricmoo commented 7 years ago

Just an idea for optimizing codeword memory allocation, but run the interleave in-place, so we don't need to allocate a new block of memory.