-
Notifications
You must be signed in to change notification settings - Fork 82
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
Very slow using FileIO on Julia v0.6.1 #156
Comments
I guess this is a duplication of: JuliaLang/julia#24383 |
This is weird. Using precompiled binaries linked to https://julialang.org/downloads/
timings for v0.6.0
v0.6.1
v0.6.2
Looks like only v0.6.0 behaves predictably and is quite fast. Timings for v0.6.1 and v0.6.2 vary quite a lot from run to run. System load is low, power plan is balanced, network speed could be a it flaky, but should not matter. |
On Julia v1.0.0, FileIO v1.01, and Windows 7 (same machine as in the original post), times are fast are reproducible, so therefore I am closing this issue.
|
With only FileIO 0.5.2 and Compat 034.0 installed, Julia v0.6.1 on Windows gives
With v0.6.0
The text was updated successfully, but these errors were encountered: