atom-ink icon indicating copy to clipboard operation
atom-ink copied to clipboard

[performance] Removing dependencies / splitting the package

Open aminya opened this issue 5 years ago • 0 comments

A follow up to #277 to further improve the performance.

As I mentioned in https://github.com/JunoLab/atom-julia-client/issues/744, it is best if we can use X-terminal package as the REPL. That increases the modularity, and finally, it increases the performance.

We can also start moving some parts of the code to the atom-ide-community to allow other languages to use the same functionality.

  • [x] Move Katex -> #277 and https://github.com/JunoLab/atom-julia-client/pull/750
  • [ ] Use X-terminal package

Here is an analysis of the loading time caused by xterm dependencies: Link

image

aminya avatar May 28 '20 12:05 aminya