Switch to using hashbrown version of HashMap and (#2158)
HashSet for improved performance and memory usage
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user