Use sha256 hashes instead of Rust's builtin hasher.
Causes a 20x performance degradation. Enabling asm did not speed things up.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#![cfg_attr(feature = "unstable", feature(test))]
|
||||
pub mod log;
|
||||
pub mod historian;
|
||||
extern crate digest;
|
||||
extern crate itertools;
|
||||
extern crate rayon;
|
||||
extern crate sha2;
|
||||
|
Reference in New Issue
Block a user