Parallelize verification

This commit is contained in:
Greg Fitzgerald
2018-02-14 14:19:30 -07:00
parent 8ff8e90c5e
commit 31d79727b6
4 changed files with 61 additions and 1 deletions

View File

@ -1 +1,4 @@
#![cfg_attr(feature = "unstable", feature(test))]
pub mod tick;
extern crate itertools;
extern crate rayon;