-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review Neko to increase performance and reduce memory usage #60
Comments
Quick update. Lastest master rebase. Test cases are green for Neko. Wikipedia DE Homepage, DOM Parser, JDK 17, JDK 8 targetNeko 3.9.0
Neko Tuning Branch
|
Final results as part of PR #73. Runtimes always improve, up to 30%, memory churn improves up to 15%. For really small HTML, we are using more memory, but still improving runtimes. Data
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is just a bookmark for my ongoing task of tuning without larger rewrites. So far, we got to this:
Wikipedia DE Homepage, DOM Parser, JDK 17, JDK 8 target
Old, v3.8.0
New, JDK 8 target
New, JDK 11 target
Summary: 25% faster and 20% less memory is needed. There are 1-2% more performance in a JDK 11 compile than a JDK 8 one due to improvements of the JDK 11 code generation (no accessor methods for inner classes anymore).
The text was updated successfully, but these errors were encountered: