In my little wikipedia to QRCode project I of course use the QRCodetexture (EX9.texture). it works fine, but put a huge load on the system, even with a static text. with spreaded inputs the load grows linearly as far as I can see.
To try to work around the performance issue, I tried to make a patch where I only feed a string to it when it changes. but that doesn’t work either. see attached patch.
in the meantime if you change the QRCode textures format (via inspektor) to X8R8G8B8 and remove the switch to nil everytime the queue is not supposed to insert the element the queue will work also.