Hopefully there will also be multithreading someday, although right now it's still a work in progress: https://github.com/JuliaLang/julia/tree/threads
> But I'm sure, it's on the right track.
Yes, and it is worth pointing out that both this article and the @simd feature were written by Arch Robison - who is also the architect of Intel's Threading Building Blocks.
https://github.com/JuliaLang/julia/blob/master/base/mmap.jl
Here is the relevant documentation:
http://julia.readthedocs.org/en/latest/stdlib/base/#memory-m...
He also presented this information as a talk at Juliacon back in June.[2]