Rework sig processing threads and add perf for process/verify

This commit is contained in:
Stephen Akridge
2018-05-07 16:49:15 -07:00
parent 6f3ec8d21f
commit bd0671e123
5 changed files with 140 additions and 51 deletions

View File

@ -20,6 +20,7 @@ pub mod result;
pub mod signature;
pub mod streamer;
pub mod transaction;
pub mod timing;
extern crate bincode;
extern crate byteorder;
extern crate chrono;
@ -41,3 +42,5 @@ extern crate futures;
#[cfg(test)]
#[macro_use]
extern crate matches;
extern crate rand;