CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
juliacomputing.com
CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
1–10 of 236 posts
Re: CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
#2Re: CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
#3Re: CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
#4this is neat. that said, to me, this is like comparing car startup times. even if a tesla starts faster than a toyota, they're both fast enough to not notice 99.999% of the time. This isn't a factor in a purchasing decision -- i've never even thought of that before contriving this metaphor
Re: CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
#5Julia is a hidden gem Once ecosystem for web dev matures Julia will be the killer lang for building web apps
That would be fun, but Julia's community aren't web devs. Julia spawned around very specific needs of scientific computing, which is characterised by a short-running daemon or a script-type interpreter. A web server is a long-running process. Not knowledgeable enough about Julia to tell how it lends itself to server uses, but heard hearsay that it's problematic.
Re: CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
#6I do think Julia has promise, but it is still early days.
In the last 2 months there have been problems with:
* Throwing rows away: https://github.com/JuliaData/CSV.jl/issues/720
* Incorrect float parsing: https://github.com/JuliaData/CSV.jl/issues/714
At there are unfixed issues to do with parsing large files ( https://github.com/JuliaData/CSV.jl/issues/749 , https://github.com/JuliaData/CSV.jl/issues/734 ).
While Julia has become much more stable than it used to be, it is still in many places an evolving system and you (in my limited experience) should be prepared to hit issues.
Re: CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
#7Lost me here. For what use-case of data analysis workflow does saving a minute or two make a difference? When will you tech bros learn to separate web dev from data science?
Re: CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
#8Re: CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
#9Re: CSV Reader Benchmarks: Julia Reads CSVs 10-20x Faster than Python and R
#10> The very first task in any data analysis workflow is simply reading the data, and this absolutely must be done quickly. Lost me here. For what use-case of data analysis workflow does saving a minute or two make a difference? When will you tech bros learn to separate web dev from data science?