-
Notifications
You must be signed in to change notification settings - Fork 70
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
Memoize typetree calls #1302
Memoize typetree calls #1302
Conversation
vchuravy
commented
Feb 21, 2024
- memoize typetree
- fixup! memoize typetree
- fixup! memoize typetree
- fixup! memoize typetree
Seems to be an about 10s speedup. @wsmoses is there a way to query the tree depth allowed? |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1302 +/- ##
==========================================
+ Coverage 75.37% 75.39% +0.02%
==========================================
Files 35 35
Lines 10655 10653 -2
==========================================
+ Hits 8031 8032 +1
+ Misses 2624 2621 -3 ☔ View full report in Codecov by Sentry. |