pub fn create_hashmap_pool<K, V>(max_size: usize) -> HashMapPool<K, V>where K: Hash + Eq + 'static, V: 'static,
Create a hash map pool