8572d612a7
* 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` |
||
---|---|---|
.. | ||
executed_block.rs | ||
executed.rs | ||
executive.rs | ||
externalities.rs | ||
lib.rs | ||
machine.rs | ||
substate.rs | ||
test_helpers.rs | ||
transaction_ext.rs | ||
tx_filter.rs |