10 Jan 2025
Julia is one of the fastest programming languages per lines of code.
First time the code runs it is compiled (Just In Time (JIT) compiled)
- `@time f(x) # warmup`
- `@time f(x)`We think that vectorized code is fast … but that is just because overhead
For loops are not slow, you are free!!
julia>?: help?> cis and help?> "Euler"]: We will talk more about it in Part 2;: Execute shell commandsAdvanced Scintific Computing Using Julia