-
Notifications
You must be signed in to change notification settings - Fork 165
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
Cache FieldInfo methods results #853
Comments
Duplicate of #850 |
I was wrongly expecting #850 to cover FieldInfo |
michael-simons
pushed a commit
that referenced
this issue
Oct 29, 2020
This closes #853. Co-authored-by: labrotni <nicolas.labrot@arhs-spikeseed.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
In the continuity of the #852, I would suggest to cache the results of the following methods:
Context
On a project I'm working on we have performance issues. We made the exercise to profile the application to fix the bottleneck.
We have identified the aforementionned methods as responsible of a fraction of the time taken (not negligible).
Please let me know if it makes sense. If so I can submit a pull request.
Your Environment
The text was updated successfully, but these errors were encountered: