|
|
|
|
|
by igouy
1475 days ago
|
|
Julia is presented like this — “Julia features optional typing, multiple dispatch, and good performance, achieved using type inference and just-in-time (JIT) compilation, implemented using LLVM.” Julia 1.7 Documentation, Introduction https://docs.julialang.org/en/v1/ |
|
"Julia features optional typing, multiple dispatch, and good performance, achieved using type inference and just-in-time (JIT) compilation (and optional ahead-of-time compilation), implemented using LLVM."
https://docs.julialang.org/en/v1.9-dev/
So it'll be updated when v1.9 comes out? Anyways, it's a somewhat interesting thing that Julia still gets 3rd even though it's measuring compilation time.