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

Added cache to quickly identify already checked types #24

Merged
merged 1 commit into from
Oct 23, 2018

Conversation

AndreyZakatov
Copy link
Contributor

Hi, when we used ironmeta in our development and checked it by CPU Profiler on project, we was discovered that the "isAnonymous" method takes a very long CPU time (exact GetCustomAttributes method which used in it). The cache helps to get rid of this problem.
Thanks for IronMeta !

@chalcolith chalcolith merged commit 919489c into chalcolith:master Oct 23, 2018
@chalcolith
Copy link
Owner

Awesome, thanks! What are you using IronMeta for?

@mikhail-barg
Copy link

Generally we use IronMeta for named entity recognition stuff in our NLP tasks. Could you please release an updated version to NuGet?

@AndreyZakatov AndreyZakatov deleted the isAnonymousTypeCache branch October 24, 2018 08:17
@chalcolith
Copy link
Owner

Done!

@mikhail-barg mikhail-barg mentioned this pull request Nov 6, 2019
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.

3 participants