nimbus-eth1/nimbus/db/aristo/aristo_init/rocks_db
Jacek Sieka b4b4d16729
speed up key computation (#2642)
* batch database key writes during `computeKey` calls
* log progress when there are many keys to update
* avoid evicting the vertex cache when traversing the trie for key
computation purposes
* avoid storing trivial leaf hashes that directly can be loaded from the
vertex
2024-09-20 07:43:53 +02:00
..
rdb_desc.nim Migrate `keyed_queue` to `minilru` (#2608) 2024-09-13 15:47:50 +02:00
rdb_get.nim speed up key computation (#2642) 2024-09-20 07:43:53 +02:00
rdb_init.nim Migrate `keyed_queue` to `minilru` (#2608) 2024-09-13 15:47:50 +02:00
rdb_put.nim speed up key computation (#2642) 2024-09-20 07:43:53 +02:00
rdb_walk.nim avoid some trivial memory allocations (#2587) 2024-09-02 16:03:10 +02:00