Skip to content
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

MAGMA-254: Migrate Js Engine from Rhino to Nashorn #382

Open
ymarcon opened this issue Mar 20, 2015 · 1 comment
Open

MAGMA-254: Migrate Js Engine from Rhino to Nashorn #382

ymarcon opened this issue Mar 20, 2015 · 1 comment
Milestone

Comments

@ymarcon
Copy link
Member

ymarcon commented Mar 20, 2015

Jira issue originally created by user @ymarcon:

And therefore improve performance. Java8 will be a requirement.

https://wiki.openjdk.java.net/display/Nashorn/RhinoMigrationGuide
http://stackoverflow.com/questions/22502630/switching-from-rhino-to-nashorn

@ymarcon
Copy link
Member Author

ymarcon commented Aug 4, 2016

Comment created by aprudencio:

the goal of this migration was to improve performance of JavascrioptDatasource using nashorn. However results have shown that there were not performance improvements due to implementation limitations of the nashorn engine (clearing the global scope requires parsing the script again).

since the goal was not met, this feature is kept on a separate branch.

@ymarcon ymarcon added this to the 2.0.0 milestone May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant