Skip to content
New issue

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

[BUG] Slow down when using Julia 1.3rc4 #403

Closed
xiaodaigh opened this issue Oct 21, 2019 · 3 comments
Closed

[BUG] Slow down when using Julia 1.3rc4 #403

xiaodaigh opened this issue Oct 21, 2019 · 3 comments
Labels

Comments

@xiaodaigh
Copy link

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

  • Atom version: 1.40.1 x64
  • Julia version: 1.3rc4
  • OS: Windows 10
  • Package versions:
    • Atom.jl: v0.11.1
    • julia-client: 0.11.2
    • ink: 0.11.5

Steps to reproduce

  1. Open Juno and set Julia executable to 1.3rc4, then run using CSV which takes 10 seconds
  2. Open Juno and set Julia executable to 1.3rc3, then run using CSV which takes 2 seconds
@xiaodaigh xiaodaigh added the bug label Oct 21, 2019
@aviatesk
Copy link
Member

aviatesk commented Oct 21, 2019

Doesn't the same slowdown occur when not in Juno ? i.e. want to clearfy this is not caused by CSV.jl.

@pfitzseb
Copy link
Member

pfitzseb commented Oct 21, 2019

Pretty sure that's a Julia issue: JuliaLang/julia#33615

@xiaodaigh
Copy link
Author

Doesn't the same slowdown occur when not in Juno ? i.e. want to clearfy this is not caused by CSV.jl.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants