-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node/metabase: Do not cmp matching elements b/w each other
Starting from 8f593f9, any iterator over meta bucket elements is done in ascending order. Since cursor requests start traversing _after_ the last element, comparing subsequent matching elements against it or each other is no longer needed. One more bonus is that we no longer need to cache matching keys in slice. Closes #3153. Refs #3058. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
- Loading branch information
1 parent
8bf41a6
commit ce08be9
Showing
1 changed file
with
14 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters