-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MVCCResolveWriteIntent{,Range} optimizations.
Reduce memory allocations. Reuse an iterator between MVCCResolveWriteIntentRange and the calls to MVCCResolveWriteIntent instead of creating an iterator on every call to MVCCResolveWriteIntent.
- Loading branch information
1 parent
7e5e523
commit 4444618
Showing
2 changed files
with
48 additions
and
23 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