|
|
|
|
|
by snicker7
1799 days ago
|
|
As another commenter pointed out, DataFrames.jl is already faster than data.table in some benchmarks. And that's the killer feature of Julia. It is easier to micro-optimize Julia code than any other language, static or dynamic. Meaning if Julia is not best-in-class in a certain algorithm, it will soon. |
|