-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the "shldq" decoder for the specialized 64-bit Varint parsers, ra…
…ther than using the "RotRight7" decoder. The "shldq" technique is much faster on recent Intel and AMD CPUs, when processing larger integers, especially on Zen. PiperOrigin-RevId: 498078103
- Loading branch information
1 parent
b3ec9ec
commit 0ca97a1
Showing
3 changed files
with
427 additions
and
170 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
Oops, something went wrong.