[go: up one dir, main page]

scc 1.6.2

High performance containers and utilities for concurrent and asynchronous programming
Documentation
[[bench]]
harness = false
name = "bag"

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

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

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

[[bench]]
harness = false
name = "tree_index"
[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.loom]
version = "0.5"

[dev-dependencies.proptest]
version = "1.0"

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

[dev-dependencies.serde_test]
version = "1.0"

[dev-dependencies.static_assertions]
version = "1.1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.2"

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