|
|
|
|
|
by gopalv
4244 days ago
|
|
Neat, looks like JS is getting SIMD speedups because of fixed type objects. Would really love to see the speedup on fixed tuple transforms and convolution algorithms. When I saw JS speed wars originally, I started writing an adobe curve apply algorithm in JS, to apply .acv curves live using Canvas, but essentially hit CPU & shelved it. https://github.com/t3rmin4t0r/io.dine/blob/master/lib/iodine... http://notmysock.org/code/iodine/ I want to rewrite it using something like the newly introduced float32x4, assuming I can read out the images int o RGBA tuples. Something like a blur would actually be possible once this is fast. |
|