Transaction pool: Adds benchmark and improves performance (#9958)

* Yep

* Make it compile

* Make the benchmark work

* Some stuff

* Optimize transaction pool `BestIterator`

* Some docs

* Fix more warnings

* Fix compilation

* FMT
This commit is contained in:
Bastian Köcher
2021-10-08 10:02:25 +02:00
committed by GitHub
parent b965d49a6a
commit 451413f47e
9 changed files with 415 additions and 65 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
pub mod chain_spec;
#[macro_use]
mod service;
pub mod service;
#[cfg(feature = "cli")]
mod cli;
#[cfg(feature = "cli")]