{"id":74161,"library":"small-map","title":"Small Map","description":"An inline SIMD accelerated hashmap designed for small amounts of data.","status":"active","version":"0.1.5","language":"rust","source_language":null,"source_url":"https://github.com/ihciah/small-map","tags":["hashmap","simd","small","inline"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsmall-map = \"0.1.5\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add small-map","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"SmallMap","correct":"use small_map::SmallMap;"}],"quickstart":{"code":"use small_map::SmallMap;\n\nfn main() {\n    let mut map = SmallMap::new();\n    map.insert(\"key\", 42);\n    println!(\"Value: {:?}\", map.get(&\"key\"));\n}","lang":"rust","description":"Create and use a small SIMD-accelerated hashmap"},"warnings":[],"env_vars":null,"search_vec":"'acceler':6 'amount':11 'data':13 'design':8 'hashmap':7,14 'inlin':4,17 'map':2 'simd':5,15 'small':1,10,16","created_at":"2026-06-17T19:00:04.562410+00:00","updated_at":"2026-06-17T19:00:04.562410+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ihciah/small-map","github":"https://github.com/ihciah/small-map","docs":"https://docs.rs/small-map/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}