-
Notifications
You must be signed in to change notification settings - Fork 3
Adding di.cache module #76
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should probably have tests for setmaxinidiv and setmaxsize, including validating that the max sizes are respected by execute
| true,0,0,q,100~ maxindividual,1,, Check maxindividual configed correctly by function | ||
| true,0,0,q,100~ maxsize,1,, Check maxindividual configed correctly by function |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is OK, but we should make sure that when we actually call execute, if result is too large it won't get cached, and that things get evicted from cache as necessary etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the difference there, will update now.
Commiting code from Adam Beck and Lewis Cooley