-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Created a reusable output ByteRecord for building the final record 2. Instead of using chain() iterator, we now: - Clear the output record - Extend it with the left record - Extend it with the right record 3. Reuse the same ByteRecord instances throughout the operation 4. Avoid creating temporary iterators and vectors this reduces allocs and increases locality. Also, explicitly declared key type as Vec<ByteString>
- Loading branch information
1 parent
a9af236
commit 94172f0
Showing
1 changed file
with
48 additions
and
18 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