openethereum/ethcore/account-state/src
David 8572d612a7
Faster kill_garbage (#11514)
* Faster kill_garbage

Benchmark shows that almost half the time `apply()`-ing a transaction is spent in garbage collection. This PR avoids visiting each cache item and `collect()`-ing accounts to clean up.

* Walk back panicking behaviour

* Review grumble: prefer `and_then` to `if let`
2020-02-27 13:56:48 +01:00
..
account.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
backend.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
lib.rs Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
state.rs Faster kill_garbage (#11514) 2020-02-27 13:56:48 +01:00