lockmap 0.1.16

A high-performance, thread-safe HashMap implementation for Rust that provides fine-grained locking at the key level.
Documentation
[[bench]]
harness = false
name = "bench_lockmap"
path = "benches/bench_lockmap.rs"

[dependencies.aliasable]
version = "0.1.3"

[dependencies.atomic-wait]
version = "1"

[dependencies.foldhash]
version = "0.1.5"

[dev-dependencies.criterion]
version = "0"

[dev-dependencies.rand]
version = "0"

[lib]
name = "lockmap"
path = "src/lib.rs"

[package]
authors = ["SF-Zhou <sfzhou.scut@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A high-performance, thread-safe HashMap implementation for Rust that provides fine-grained locking at the key level."
edition = "2021"
homepage = "https://github.com/SF-Zhou/lockmap"
license = "MIT OR Apache-2.0"
name = "lockmap"
readme = "README.md"
repository = "https://github.com/SF-Zhou/lockmap"
version = "0.1.16"