This needs to be ported to JavaScript, or at least update the Math library to include Vectors.
SIMD Vectorization in Julia
11–12 of 12 posts
Re: SIMD Vectorization in Julia
#12Looks like a very nice feature - but would be great if they provided some actual benchmarks showing when vectorization is faster than not. For example, if you're bound by memory bandwidth, no amount of extra compute is going to help you.