-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize the delay delivery routing key calculation for throughput an…
…d fewer allocations (#1411) * Use BitVector32 instead of BitArray to avoid array allocation and array copying for BitArray * Use string.create instead * Avoid fixed by using Unsafe.AsPointer * More var usage * Align constant naming because I can't unsee it * Going back to make sure things are not getting moved * Comments * Tweaks --------- Co-authored-by: danielmarbach <[email protected]> Co-authored-by: Brandon Ording <[email protected]>
- Loading branch information
1 parent
68cd2bf
commit 7094329
Showing
3 changed files
with
42 additions
and
17 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