hashmap-mem 0.2.2

Fast, low-overhead in-memory hashmap implementation optimized for performance using fxhash
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "hashmap-mem"
version = "0.2.2"
edition = "2024"
description = "Fast, low-overhead in-memory hashmap implementation optimized for performance using fxhash"
license = "MIT"
repository = "https://github.com/swamp/swamp"
keywords = ["hashmap", "performance", "memory", "fxhash", "data-structure"]
categories = ["data-structures", "caching", "memory-management"]

[dependencies]
fxhash = "0.2.1"