-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use BCL provided BitOperations class to accelerate bit-twiddling hacks (
#35) * Use BCL provided BitOperations class to accelerate bit-twiddling * Use BitOperations.RotateRight in ByteArrayComparer * Remove more duplicate and unused bit-twiddling logic from Garnet.client.Utility * Use BitOperations.RoundUpToPow2 in ScratchBufferManager * Use BitOperations.LeadingZeroCount in HyperLogLog * Use BitOperations.LeadingZeroCount in HdrHistogram --------- Co-authored-by: Badrish Chandramouli <badrishc@microsoft.com> Co-authored-by: vazois <96085550+vazois@users.noreply.github.com>
- Loading branch information
1 parent
3dee117
commit 9386480
Showing
8 changed files
with
21 additions
and
326 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
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.