|
|
|
|
|
by jakobnissen
218 days ago
|
|
The function on that slide is dominated by the call to rand, which uses quite different implementations in Julia and Python, so may not be the best example. Julia is compiled and for simple code like that example code will have performance on par with C, Rust etc. |
|