-
Notifications
You must be signed in to change notification settings - Fork 195
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
engineHolder.get().invokeFunction("renderServer", comments) too slow #6
Comments
Maybe linked to https://bugs.openjdk.java.net/browse/JDK-8134403 ... |
Didn't noticed such slow perf at the time coding this example. What Java Version do you use? |
1.8.0_40-b25 |
Perf bug mentioned by @sdeleuze is fixed for 8u66. You could test with an older Java version like 8u31. |
@winterbe thanks |
I was interested to see what the performance was like. I also wanted to try out the |
every execute this method elapsed about 1 minutes.
The text was updated successfully, but these errors were encountered: