sparse-hash-map 0.1.0

Open-addressing hash map and set that stay small at low load factor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sparse-hash-map"
version = "0.1.0"
edition = "2021"
description = "Open-addressing hash map and set that stay small at low load factor"
license = "MIT"
repository = "https://github.com/hey-jj/sparse-hash-map"
readme = "README.md"
keywords = ["hashmap", "hashset", "sparse", "memory", "hash"]
categories = ["data-structures"]

[dependencies]