-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡️ Make executable faster via GraalVM no fallback mode
Using a lighter HTTP client library makes it possible to use GraalVM native image with the no fallback mode. Executable is now faster: time ./hubstats.core ... ./hubstats.core 0.00s user 0.00s system 60% cpu 0.008 total instead of: time ./hubstats.core ... ./hubstats.core 5.34s user 0.28s system 234% cpu 2.398 total See oracle/graal#1074 (comment)
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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