FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tweaks to further improve startup speed and memory use by headius · Pull Request #8831 · jruby/jruby · GitHub

/ jruby Public

Tweaks to further improve startup speed and memory use - #8831

Merged
headius merged 2 commits into
jruby:masterfrom
headius:startup_tweaks
Jul 15, 2025
Merged

Tweaks to further improve startup speed and memory use#8831
headius merged 2 commits into
jruby:masterfrom
headius:startup_tweaks

Conversation

headius commented May 6, 2025

Copy link
Copy Markdown
Member

Just a few tweaks based on some recent profiling of JRuby 10, both doing a simple hello world jruby -e gets and spinning up JRuby instances in a tight loop.

headius added 2 commits May 5, 2025 22:54
resource.getInputStream always returns a
LoadServiceResourceInputStream so constructing another is just a
waste of time.
InputStream.readAllBytes was added in Java 9, and when possible it
detects the exact size of the incoming file or stream and allocates
only a single array to read all. This avoids the old logic that
allocated n + 1 arrays based on the read chunk size.
headius added this to the JRuby 10.0.1.0 milestone May 6, 2025
headius merged commit e392391 into jruby:master Jul 15, 2025
headius deleted the startup_tweaks branch July 15, 2025 20:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL