-
Notifications
You must be signed in to change notification settings - Fork 32
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
REPL becomes heavy after importing ImageView #159
Comments
I know it's hard to measure, but are you talking 0.1s per character or 1s per character or something else? I don't see this on Linux. Does this always happen for you? Any chance your machine just ran out of RAM and began swapping it to disk? |
It's around 0.1s or so on. I also used this module in OSX on MBP, but did not happen at all. This heavy response happens always on both my desktop (shown above) and another laptop PC (less CPU power and RAM), both are Win 10 pro.
My desktop PC has 16GB RAM, and its usage was around 50% or so on, so it is unlikely that RAM is the cause. |
Does it happen if you just say |
As you mentioned, Thanks. |
Since this is a Gtk issue I'll close. |
When I used ImageView in REPL in Julia 1.0.1 on Windows 10, REPL's response became slow after importing this library. Characters are displayed but delayed than usual. While the response become heavy, Julia's performance was almost no change.
Please forgive me that I'm not sure how to measure the
REPL's response time
...The text was updated successfully, but these errors were encountered: