forked from hyperledger/besu
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a specific calculateRootHash method for BonsaiInMemoryWorldSta…
…te to improve performance (hyperledger#4568) * Parallelize some steps in BonsaiPersistedWorldState.calculateRootHash method Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * Add synchronized on storage flat database remove and update method Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * Add synchronized on storage flat database remove and update method Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * Fix this error org.rocksdb.RocksDBException: unknown WriteBatch tag Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * create a specific calculateRootHash for BonsaiInMemoryWorldState class Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * create a specific calculateRootHash for BonsaiInMemoryWorldState class Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * Fix nullPointerException on Collections.synchronizedSet Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * Use parallelStreams instead of CompletableFuture API Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * Modify CHANGELOG.md Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * spotless and synchronizedSet initializaton Signed-off-by: garyschulte <garyschulte@gmail.com> Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> Signed-off-by: garyschulte <garyschulte@gmail.com> Co-authored-by: garyschulte <garyschulte@gmail.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
- Loading branch information
1 parent
ca4de3c
commit 74beb9b
Showing
7 changed files
with
208 additions
and
94 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
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
Oops, something went wrong.