Hacker News new | ask | show | jobs
by netcraft 3187 days ago
What makes it non-mobile? Is it something about the expected performance of the JS? or are there apis being used im not thinking about?
1 comments

It works on mobile, it's just slow. Every time we read and write from memory we have to pack and unpack 32 bit floats as 4 bytes without bit shifting operators >.>
Isn't that what ArrayBuffers can do for you at nearly the same amortized speed as C unions?