We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There seem to be slow downs using Julia v1.3rc4.
The slowdown doesn't appear in Julia v1.2 nor v.1.3.rc3
using CSV
The text was updated successfully, but these errors were encountered:
Doesn't the same slowdown occur when not in Juno ? i.e. want to clearfy this is not caused by CSV.jl.
Sorry, something went wrong.
Pretty sure that's a Julia issue: JuliaLang/julia#33615
Actualy, in normal Julia REPL it's fine at 2 seconds. Only in Juno using CSV 10 seconds. I double-checked. It's Julia 1.3 rc4 in REPL and Juno
No branches or pull requests
There seem to be slow downs using Julia v1.3rc4.
The slowdown doesn't appear in Julia v1.2 nor v.1.3.rc3
Details
Steps to reproduce
using CSV
which takes 10 secondsusing CSV
which takes 2 secondsThe text was updated successfully, but these errors were encountered: