jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
565 stars 50 forks source link

Slowdown (scrolling) as repl history gets bigger #251

Open tosh opened 7 years ago

tosh commented 7 years ago

For me it seems like proto-repl is slowing down Atom quite a bit (scrolling starts to lag) once the repl history is about 2 or 3 pages long. Right now I clear the history regularly but I wonder if there is something else I can do to speed things up?

Apologies for not being able to describe the situation more clearly.

tosh commented 6 years ago

Just found https://github.com/JunoLab/atom-ink/issues/145 which seems to track the described slowdown directly in the ink package.