openethereum/transaction-pool/src
Tomasz Drwięga aa67bd5d00 A last bunch of txqueue performance optimizations (#9024)
* Clear cache only when block is enacted.

* Add tracing for cull.

* Cull split.

* Cull after creating pending block.

* Add constant, remove sync::read tracing.

* Reset debug.

* Remove excessive tracing.

* Use struct for NonceCache.

* Fix build

* Remove warnings.

* Fix build again.
2018-07-05 16:27:48 +01:00
..
tests Never drop local transactions from different senders. (#9002) 2018-07-03 11:36:59 +02:00
error.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
lib.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
listener.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
options.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
pool.rs A last bunch of txqueue performance optimizations (#9024) 2018-07-05 16:27:48 +01:00
ready.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
scoring.rs Never drop local transactions from different senders. (#9002) 2018-07-03 11:36:59 +02:00
status.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
transactions.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
verifier.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00