-
Notifications
You must be signed in to change notification settings - Fork 217
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
Support BatchEvaluate #296
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.
Co-authored-by: Mark Phelps <markphelps@github.com>
Co-authored-by: Mark Phelps <markphelps@github.com>
Co-authored-by: Mark Phelps <markphelps@github.com>
Co-authored-by: Mark Phelps <markphelps@github.com>
@all-contributors please add @vic3lord for code |
I've put up a pull request to add @vic3lord! 🎉 |
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.
Looks great @vic3lord thank you for the contribution!
@markphelps much appreciation for the swift response and willing to merge this 🙏 |
@vic3lord I’ll create a new release tomorrow |
This PR supports batch evaluation in a naive way without changing the db query but it helps moving the requests from client with multiple roundtrips to only a single client side request.
Fixes #61