JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

Performance improvements for result animations #244

Closed pfitzseb closed 4 years ago

pfitzseb commented 4 years ago

and breakpoint gutter insertion.

Fixes https://github.com/JunoLab/Juno.jl/issues/441.

This brings the typical idle CPU load without any results down to ~2% for me, which is much better than before.

laborg commented 4 years ago

Thank you for this!

ssfrr commented 4 years ago

Would you mind tagging a release with this improvement? I was just digging into some of this idle CPU usage myself and saw that it had already been reported and fixed! Thanks again for all your great work on Juno.

pfitzseb commented 4 years ago

Whoops, didn't realize I was this far behind in tagging packages. 0.11.8 includes this fix and a bunch of other improvements.

ssfrr commented 4 years ago

Great, thanks.