-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Iterator Perfomance Improvements (#3667)
* steal benches Signed-off-by: Joe Elliott <[email protected]> * Gen floats, ints and bool predicates Signed-off-by: Joe Elliott <[email protected]> * remove string allocs Signed-off-by: Joe Elliott <[email protected]> * added gen to make Signed-off-by: Joe Elliott <[email protected]> * Gen strings Signed-off-by: Joe Elliott <[email protected]> * patch up vp2 and vp4 Signed-off-by: Joe Elliott <[email protected]> * remove instrumented predicate Signed-off-by: Joe Elliott <[email protected]> * int32 rns Signed-off-by: Joe Elliott <[email protected]> * skip nulls Signed-off-by: Joe Elliott <[email protected]> * vp4 unsafe string Signed-off-by: Joe Elliott <[email protected]> * revert isnull check due to impact on query range Signed-off-by: Joe Elliott <[email protected]> * remove string range cond Signed-off-by: Joe Elliott <[email protected]> * changelog Signed-off-by: Joe Elliott <[email protected]> * lint and tests Signed-off-by: Joe Elliott <[email protected]> * exclude Signed-off-by: Joe Elliott <[email protected]> * again Signed-off-by: Joe Elliott <[email protected]> * fix second line Signed-off-by: Joe Elliott <[email protected]> * fix bool pred Signed-off-by: Joe Elliott <[email protected]> * change generated file name and exclude Signed-off-by: Joe Elliott <[email protected]> * additional tests Signed-off-by: Joe Elliott <[email protected]> --------- Signed-off-by: Joe Elliott <[email protected]>
- Loading branch information
1 parent
16c6694
commit 9775796
Showing
20 changed files
with
1,364 additions
and
415 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
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
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
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
Oops, something went wrong.