Closed
Description
Tried to paste a 31-lines snippet to compare a specific benchmark (anon module's #inspect was incredibly slow in < 2.7.0).
What I found is that 2.7.0's irb is unbearably slow to paste even these small snippet.
This is a comparison between Ruby 2.4.3 with pry 0.11.0 and Ruby 2.7.0-preview3 with irb 1.1.0:
I did some other tests:
- ruby-2.4.3 with irb-0.9.6 and ruby-2.7.0-preview3 with irb-1.1.0
--legacy
: absolutely instantaneous; - ruby-2.4.3 with pry-0.11.0: almost instantaneous (I assume parsing for syntax highlighting takes some time); watch video above;
- ruby-2.7.0 with irb-1.1.0 and irb-1.2.0 (multiline mode): unbearably slow;
Metadata
Metadata
Assignees
Labels
No labels