[dependencies.crossbeam-utils]
version = "0.8"
[dependencies.seqlock]
version = "0.2"
[dev-dependencies.rayon]
version = "1"
[lib]
name = "seqmap"
path = "src/lib.rs"
[package]
authors = ["sam0x17"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A blazing fast seqlock-based concurrent hashmap where every data cell is its own seqlock, suitable for thousands of concurrent readers and writers"
documentation = "https://docs.rs/seqmap/latest"
edition = "2024"
homepage = "https://sam0x17.dev"
keywords = ["concurrent", "hashmap", "seqlock", "lock-free", "parallel"]
license = "MIT"
name = "seqmap"
readme = "README.md"
repository = "https://github.com/sam0x17/seqmap"
version = "0.1.1"