[go: up one dir, main page]

scc 1.0.3

High performance containers and utilities for concurrent and asynchronous programming
Documentation
[package]
name = "scc"
description = "High performance containers and utilities for concurrent and asynchronous programming"
documentation = "https://docs.rs/scc"
version = "1.0.3"
authors = ["wvwwvwwv <wvwwvwwv@me.com>"]
edition = "2021"
readme = "README.md"
repository = "https://github.com/wvwwvwwv/scalable-concurrent-containers/"
license = "Apache-2.0"
categories = ["asynchronous", "concurrency", "data-structures", "memory-management"]
keywords = ["async", "concurrent", "garbage", "hashmap", "tree"]

[dev-dependencies]
criterion = "^0.4"
futures = "^0.3"
loom = "^0.5"
proptest = "^1.0"
rand = "^0.8"
tokio = { version = "^1.2", features = ["full"] }

[[bench]]
name = "bag"
harness = false

[[bench]]
name = "ebr"
harness = false

[[bench]]
name = "hash_map"
harness = false

[[bench]]
name = "hash_index"
harness = false

[[bench]]
name = "tree_index"
harness = false