gore icon indicating copy to clipboard operation
gore copied to clipboard

How to speed up gore?

Open mcandre opened this issue 4 years ago • 3 comments

I'm impressed that we have a fully functional Go REPL with solid package support! How can we speed up evaluation time?

mcandre avatar Feb 15 '20 18:02 mcandre

Improving performance is of course appreciated. I believe that packages.Load is slow but I don't have profiling result.

itchyny avatar Feb 17 '20 03:02 itchyny

I am curious about this too. I love the idea of gore but it's quite impossible to use for me because every line that I type takes 1-2s to compile/evaluate after hitting . Is this what the performance is like or is this just me? Happy to provide help to diagnose this.

Even something simple like typing a := 1 takes a second.

binwiederhier avatar Apr 19 '21 13:04 binwiederhier

same question

passerbyo avatar Jun 15 '22 11:06 passerbyo