Julia JITs to native LLVM code and is really fast for a lot of use cases. For things where the JIT warming up takes less time than the full job, it can be better than Python. It was also developed with numerical computation in mind, so it was designed for that performance wise and has so many brilliant people working on the language and library. You can use macros for awesome DSLs and run on the GPU and in parallel a lot easier than Python in some cases. It has a first class package manager, great REPL and doesn't need an installer.
patrick5415|6 years ago
improbable22|6 years ago
Here's how long a vector of 5 random numbers takes, after a cold start, on 1.1:
laughfactory|6 years ago
eigenspace|6 years ago
I don't think the latency you're experiencing is normal.