-
Notifications
You must be signed in to change notification settings - Fork 1
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
37 integrate query filtering into mvp #49
Conversation
Benchmark for b046ee9Click to view benchmark
|
Benchmark for ec6a485Click to view benchmark
|
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.
Looking good!
I've no major comments, so in principle it's ready for merge imo. But I do have quite a few questions regarding implementation choices, and some nitpicks about the way the tests are written.
Co-authored-by: Martin <[email protected]>
Benchmark for dca8b55Click to view benchmark
|
Benchmark for a7501e6Click to view benchmark
|
Benchmark for b62fbbcClick to view benchmark
|
Benchmark for 0d7ef70Click to view benchmark
|
Benchmark for 693a754Click to view benchmark
|
Benchmark for c82c376Click to view benchmark
|
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.
LGTM!
Benchmark for af26826Click to view benchmark
|
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.
LGTM! Nicely done with the intersection and difference methods on the HashSet 👍
Co-authored-by: Martin <[email protected]>
Benchmark for 640a334Click to view benchmark
|
Benchmark for e605c36Click to view benchmark
|
Implements query filters for
With
,Without
,And
,Or
,Xor
,Not
andAny
.This pull request will later be rebased on #38 before being merged.