Y
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
nsthorat
3187 days ago
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 >.>
link
white-flame
3186 days ago
Isn't that what ArrayBuffers can do for you at nearly the same amortized speed as C unions?
link