0g-storage-node/node/storage/src/log_store
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
..
load_chunk Use LRU to cache MPT nodes. (#227) 2024-10-27 12:52:06 +08:00
config.rs Initial commit 2024-01-04 18:05:32 +08:00
flow_store.rs Use LRU to cache MPT nodes. (#227) 2024-10-27 12:52:06 +08:00
log_manager.rs Use LRU to cache MPT nodes. (#227) 2024-10-27 12:52:06 +08:00
mod.rs Avoid appending to_seal_set if sealer is not enabled (#212) 2024-10-08 14:26:35 +08:00
seal_task_manager.rs Avoid appending to_seal_set if sealer is not enabled (#212) 2024-10-08 14:26:35 +08:00
tests.rs Use LRU to cache MPT nodes. (#227) 2024-10-27 12:52:06 +08:00
tx_store.rs Use LRU to cache MPT nodes. (#227) 2024-10-27 12:52:06 +08:00