var searchIndex = {}; searchIndex["concurrent_hash_map"] = {"doc":"","items":[[3,"ConcurrentHashMap","concurrent_hash_map","This is a simple concurrent hash map. It uses a design that's lock free on gets,\nand locking on inserts/removals. In order to maintain concurrency on insert/removal\noperations, the map is segmented into several sub-maps, each of which has its own\nwrite lock.",null,null],[3,"CHMInner","","",null,null],[11,"clone","","",0,null],[11,"new","","",0,{"inputs":[],"output":{"name":"concurrenthashmap"}}],[11,"new_with_options","","",0,{"inputs":[{"name":"u32"},{"name":"u32"},{"name":"f32"}],"output":{"name":"concurrenthashmap"}}],[11,"insert","","",0,null],[11,"get","","",0,null],[11,"remove","","",0,null],[11,"size","","",0,null]],"paths":[[3,"ConcurrentHashMap"]]}; initSearch(searchIndex);