I'm always found Julia performance claims [1] to be misleading in comparison to LuaJit [2]. Because Julia claims to be much faster than LuaJIT, yet continually - people find that LuaJIT (not Julia) is much faster in real world test [3]. Does anyone else have experience in Julia vs LuaJIT? [1] http://julialang.org/#high-performance-jit-compiler [2] http://luajit.org/performance_x86.html [3] http://bayesanalytic.com/lu…
I would be willing to bet there is a lot of fat to be trimmed if you can't get close to LuaJIT unless SIMD is involved. Have you tried profiling your Julia code to see where the problem is?