-
Notifications
You must be signed in to change notification settings - Fork 265
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
_check_sigspec
is slow
#495
Comments
|
to whom it may concern, |
@uriva can you share the code that you were profiling? It would make it easier to understand what is happening. |
It's been awhile, but iirc it was just using a curried function in a loop, or building a composition using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, while optimizing some code I noticed an unreasonable amount of the time is spent in
_check_sigspec
. I suspect this is the heavy usage ofinspect
methods incurry
code.I think this is not justified as one can run
inspect
stuff once, and store for later.Did anyone encounter this?
The text was updated successfully, but these errors were encountered: