-
-
Notifications
You must be signed in to change notification settings - Fork 687
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
Improve Reflection speed #273
Comments
Any clue how to do that? |
I'd start with SmartClassReflector that handles reflection via BetterReflection The BetterReflection now parses whole But that's just one of my ideas, I believe you can find more places. |
Inspire for TypeResolving at PsalmThis could help with resolving type and performance issue we have with BetterReflection |
So far so good. It's be better to delegate on BetterReflection bump to php-parser 4: Roave/BetterReflection#410 and not reinvent the wheel |
* cleanup bootstrpa config meta info, not useful * misc
At the moment whole 3rd party code is parsed by php-parser via BetterReflection just to get class types.
The performance is very poor:
The text was updated successfully, but these errors were encountered: