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

Load more classes lazily #1817

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Load more classes lazily #1817

wants to merge 4 commits into from

Conversation

gbrail
Copy link
Collaborator

@gbrail gbrail commented Feb 5, 2025

With the switch to LambdaConstructor-based native classes, initialization time for Rhino goes up because those classes create so many properties. This PR updates our lazy loading mechanism so that there's a less-complicated way to do it without using reflection, and loads many more classes this way.

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