-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colblk: cache KeySeeker in the block metadata
We allow caching the KeySeeker in the block metadata, saving on initialization time. ``` name old time/op new time/op delta RandSeekInSST/v4/single-level-10 1.22µs ± 1% 1.22µs ± 1% ~ (p=0.565 n=7+7) RandSeekInSST/v4/two-level-10 2.07µs ± 3% 2.08µs ± 3% ~ (p=0.744 n=8+8) RandSeekInSST/v5/single-level-10 1.06µs ± 1% 1.01µs ± 1% -5.22% (p=0.000 n=8+8) RandSeekInSST/v5/two-level-10 1.60µs ± 3% 1.54µs ± 5% -3.17% (p=0.021 n=8+7) ```
- Loading branch information
1 parent
24d6d75
commit 1ad5f2a
Showing
4 changed files
with
81 additions
and
69 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