Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guy Fieri not found #11

Open
v1adko opened this issue Aug 20, 2017 · 2 comments
Open

Guy Fieri not found #11

v1adko opened this issue Aug 20, 2017 · 2 comments

Comments

@v1adko
Copy link

v1adko commented Aug 20, 2017

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?

@jayphelps
Copy link
Owner

jayphelps commented Aug 20, 2017

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.

@v1adko
Copy link
Author

v1adko commented Aug 21, 2017

Awesome! Don't know why I didn't think of that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants