-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(expr): further optimize performance (#744)
* optimize to string array Signed-off-by: Runji Wang <wangrunji0408@163.com> * optimize bitvec Signed-off-by: Runji Wang <wangrunji0408@163.com> * avoid zip_eq for performance Signed-off-by: Runji Wang <wangrunji0408@163.com> * array: add `is_null` and `get_raw` Signed-off-by: Runji Wang <wangrunji0408@163.com> * add bench for array filter Signed-off-by: Runji Wang <wangrunji0408@163.com> * optimize filter -30% Signed-off-by: Runji Wang <wangrunji0408@163.com> * optimize filter from bool array Signed-off-by: Runji Wang <wangrunji0408@163.com> * clear null data Signed-off-by: Runji Wang <wangrunji0408@163.com> * fix cardinality error Signed-off-by: Runji Wang <wangrunji0408@163.com> * remove array iterator Signed-off-by: Runji Wang <wangrunji0408@163.com> * introduce non-null iterator Signed-off-by: Runji Wang <wangrunji0408@163.com> * optimize bitmap && Signed-off-by: Runji Wang <wangrunji0408@163.com> * optimize BitVec operations Signed-off-by: Runji Wang <wangrunji0408@163.com> * fix clippy and test Signed-off-by: Runji Wang <wangrunji0408@163.com> Signed-off-by: Runji Wang <wangrunji0408@163.com>
- Loading branch information
1 parent
c4b8054
commit 0265c50
Showing
20 changed files
with
287 additions
and
251 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 was deleted.
Oops, something went wrong.
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.