goatshriek / goatshriek/ruby-dragon

Excessive jshell imports

Open
#34 4 comments 0 reactions 1 assignee Claimed by @goatshriek View on GitHub
jshell
Dominant language
Java
Stars
51
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Importing all the class names when you are creating the jshell instance (~2600 classes) causes some severe lag when executing even simple REPL statements (eg. "int i = 0;")

The REPL isn't even responsive for almost a minute after starting up because its processing the evals for currentAddress, etc, which each take several seconds. The async nature of the console make it confusing because your input is accepted, but nothing happens.

Maybe just import a few hand-picked packages?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.