feat: change fxhash to ahash for hashmaps and hashsets
This commit is contained in:
		
					parent
					
						
							
								504f5e54a9
							
						
					
				
			
			
				commit
				
					
						c0fcee71cf
					
				
			
		
					 18 changed files with 19 additions and 20 deletions
				
			
		|  | @ -11,10 +11,10 @@ use crate::{ | |||
|   log::*, | ||||
|   name_exp::{ByteName, PathName}, | ||||
| }; | ||||
| use ahash::{HashMap, HashSet}; | ||||
| #[cfg(feature = "sticky-cookie")] | ||||
| use base64::{engine::general_purpose, Engine as _}; | ||||
| use derive_builder::Builder; | ||||
| use rustc_hash::{FxHashMap as HashMap, FxHashSet as HashSet}; | ||||
| #[cfg(feature = "sticky-cookie")] | ||||
| use sha2::{Digest, Sha256}; | ||||
| use std::borrow::Cow; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jun Kurihara
				Jun Kurihara