-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR: iavl optimzie when delta disable (#1724)
* calcHeightAndSize opt * if delta off, don't use map of saveNodes * usafe string to slice * test GetNode * Revert "test GetNode" This reverts commit ae5ee27. * if produceDelta is false, we don't need to update tree.deltas * don't need to generate empty slice * Revert "don't need to generate empty slice" This reverts commit 73cd0df. Co-authored-by: chengzhinei <[email protected]> Co-authored-by: xiangjianmeng <[email protected]>
- Loading branch information
1 parent
fcddf37
commit bfcbb63
Showing
3 changed files
with
21 additions
and
9 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