folklore 0.4.0

A lock-free concurrent hash map
Documentation
[[bench]]
harness = false
name = "hashmap"

[[bench]]
harness = false
name = "parallel"
[dependencies.atomic]
default-features = false
version = "0.6.0"

[dependencies.bytemuck]
version = "1.14.3"

[dependencies.hash32]
version = "0.3.1"

[dependencies.siphasher]
version = "1.0.0"
[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.fixedstr]
version = "0.5.5"

[dev-dependencies.leapfrog]
features = ["stable_alloc"]
version = "0.3.0"

[dev-dependencies.rand]
version = "0.8.5"
[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[package]
categories = ["concurrency", "data-structures", "no-std"]
description = "A lock-free concurrent hash map"
edition = "2021"
keywords = ["hashmap", "map", "lock-free", "concurrent"]
license = "MIT"
name = "folklore"
readme = "README.md"
repository = "https://github.com/callumbirks/folklore/"
version = "0.4.0"