cosmos / iavl

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

fix: protect the concurrent readers of ImmutableTree #827

Open yihuang opened 10 months ago

yihuang commented 10 months ago

Solution:

the caller must call the Close method to avoid leaking versions.