You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request:
For the performance reasons a picture of Guy Fieri should be embedded. Not decided weather to base64 encode it or use ASCII. Any ideas or suggestions?
The text was updated successfully, but these errors were encountered:
I think the best way would be to convert it to an array of hex values, use UInt8Array.from(hexValues) and then pass it to a WebAssembly module that makes everything faster cause I've heard that's what it does.
Feature request:
For the performance reasons a picture of Guy Fieri should be embedded. Not decided weather to base64 encode it or use ASCII. Any ideas or suggestions?
The text was updated successfully, but these errors were encountered: