plugeth/core/state/pruner
Marius van der Wijden c89a3da7d9
core/state/snapshot: use AddHash/ContainHash instead of Hasher interface (#28849)
This change switches from using the `Hasher` interface to add/query the bloomfilter to implementing it as methods.
This significantly reduces the allocations for Search and Rebloom.
2024-01-23 15:15:48 +01:00
..
bloom.go core/state/snapshot: use AddHash/ContainHash instead of Hasher interface (#28849) 2024-01-23 15:15:48 +01:00
pruner.go core/state/pruner: track number of skipped items during state pruning (#28368) 2023-10-23 13:24:32 +08:00