-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: optimize sst filter build to consume less CPU (#967)
## Rationale When doing benchmark, xor filter build cost too much CPU. ## Detailed Changes - Remove datum to_vec ## Test Plan --------- Co-authored-by: jiacai2050 <dev@liujiacai.net>
- Loading branch information
1 parent
e1b9e58
commit 52b78ae
Showing
2 changed files
with
73 additions
and
2 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