|
|
|
|
|
by SatvikBeri
113 days ago
|
|
> might not need to use a compiled language A very minor nit: Julia is a compiled language, but it has an unusual model where it compiles functions the first time they're used. This is why highly-optimized Julia can have pretty extreme performance. > I would say the performance is overstated by the community but out of the box it is good enough to avoid languages like C/C++ to build solutions. For about a year we had a 2-hour problem in our hiring pipeline where the main goal was to write the fastest code possible to do a task, and the best 2 solutions were in Julia. C++ was a close third, and Rust after that. |
|
Or anyone living in any JIT ecosystem for that matter, when it actually kicks off is an implementation detail, and some ecosystems even have configuration options.