0g-storage-node/common/append_merkle/src
peilun-conflux 506d234562
Some checks are pending
abi-consistent-check / build-and-compare (push) Waiting to run
code-coverage / unittest-cov (push) Waiting to run
rust / check (push) Waiting to run
rust / test (push) Waiting to run
rust / lints (push) Waiting to run
functional-test / test (push) Waiting to run
Use LRU to cache MPT nodes. (#227)
* Add trait.

* Update merkle tree trait.

* Use NodeManager.

* fix.

* Use LRU for cache.

* fix clippy.

* Save layer size.

* Initialize LogManager with NodeManager.

* Fix.

* Fix test.

* fix.
2024-10-27 12:52:06 +08:00
..
lib.rs Use LRU to cache MPT nodes. (#227) 2024-10-27 12:52:06 +08:00
merkle_tree.rs Use LRU to cache MPT nodes. (#227) 2024-10-27 12:52:06 +08:00
node_manager.rs Use LRU to cache MPT nodes. (#227) 2024-10-27 12:52:06 +08:00
proof.rs Add some input validation for append_merkle. (#202) 2024-09-14 17:39:07 +08:00
sha3.rs Cache zero hash results. (#24) 2024-03-01 10:08:10 +08:00