Switch to using hashbrown version of HashMap and (#2158)

HashSet for improved performance and memory usage
This commit is contained in:
Sathish
2018-12-14 15:10:10 -08:00
committed by GitHub
parent 8fcb7112ec
commit 8ee0e9632c
9 changed files with 22 additions and 8 deletions

View File

@@ -77,6 +77,7 @@ pub mod window_service;
#[cfg(any(feature = "chacha", feature = "cuda"))]
#[macro_use]
extern crate hex_literal;
extern crate hashbrown;
#[macro_use]
extern crate log;