small_hash_map 1.0.1

A hash map optimized for small collections with automatic stack-to-heap transition
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "small_hash_map"
version = "1.0.1"
edition = "2021"
authors = ["Valentin Shergin"]
description = "A hash map optimized for small collections with automatic stack-to-heap transition"
license = "MIT"
repository = "https://github.com/shergin/small-hash-map"
documentation = "https://docs.rs/small_hash_map"
readme = "README.md"
keywords = ["hashmap", "small", "stack", "inline", "adaptive"]
categories = ["data-structures", "memory-management"]

[dependencies]
# No dependencies - uses std::collections::hash_map::RandomState as default hasher