nimbus-eth1/tests/test_aristo
Jordan Hrycaj b9187e0493
Aristo selective read cashing for rocksdb backend (#2145)
* Aristo+Kvt: Better RocksDB profiling

why:
  Providing more detailed information, mainly for `Aristo`

* Aristo: Renamed journal `stats()` to `capacity()`

why:
  `Stats()` was a misnomer

* Aristo: Provide backend read caches for key and vertex IDs

why:
  Dedicated LRU caching for particular types gives a throughput advantage.
  The sizes of the LRU queues used for caching are currently constant
  but might be adjusted at a later time.

* Fix copyright year
2024-04-22 19:02:22 +00:00
..
test_backend.nim Misc updates for full sync (#2140) 2024-04-19 18:37:27 +00:00
test_filter.nim Misc updates for full sync (#2140) 2024-04-19 18:37:27 +00:00
test_helpers.nim Aristo selective read cashing for rocksdb backend (#2145) 2024-04-22 19:02:22 +00:00
test_misc.nim Aristo selective read cashing for rocksdb backend (#2145) 2024-04-22 19:02:22 +00:00
test_tx.nim Misc updates for full sync (#2140) 2024-04-19 18:37:27 +00:00