openethereum/ethcore/machine
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
..
benches Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
res TxPermissions ver 3: gas price & data (#11170) 2019-10-18 12:12:06 +02:00
src Faster kill_garbage (#11514) 2020-02-27 13:56:48 +01:00
Cargo.toml [dependencies]: unify rustc-hex (#11506) 2020-02-21 15:10:00 +01:00