nimbus-eth1/nimbus/db/core_db/backend
Jacek Sieka 9c6fd46a51
avoid computing state root just to know if storage is empty (#2380)
The state root computation here is one of the major hotspots in block
processing - in the cases the code only needs to know if it's empty or
not, it can be done a lot faster.

Adding a separate function for this looks fragile and should probably be
revisited.
2024-06-17 15:29:07 +02:00
..
aristo_db avoid computing state root just to know if storage is empty (#2380) 2024-06-17 15:29:07 +02:00
aristo_db.nim avoid computing state root just to know if storage is empty (#2380) 2024-06-17 15:29:07 +02:00
aristo_rocksdb.nim Coeredb related clean up and maint fixes (#2360) 2024-06-14 11:19:48 +00:00