cosmos / iavl

Merkleized IAVL+ Tree implementation in Go
Apache License 2.0
413 stars 256 forks source link

Async Commit #819

Closed cool-develope closed 9 months ago

cool-develope commented 11 months ago

The proposal, detailed in this document, suggests writing new nodes asynchronously within the SaveVersion function. This approach aims to enhance the speed of finalization during the Commit stage.

tac0turtle commented 9 months ago

closing this based off recent discussions on iavlv2