|
|
|
|
|
by datanecdote
2100 days ago
|
|
Honest question from a heavy python user who would switch if it made sense: Are there any comprehensive benchmarks that show Julia outperforming Pandas or PyTorch or SciKit? Obviously pure Python is terrible. But the library algorithms written in C seem fairly competitive. I’m a fairly boring user who doesn’t do new science, and is fine just composing existing boring algorithms to solve problems in my subject matter domain. |
|
To my knowledge if you stick to things that calls optimized C and fortran code, it's a draw between the compiled code and Julia.
But even boring problems ends up doing things that are easily expressed in a loop, but ends up being a hard to read chain of pandas.