[package]
categories = ["concurrency", "data-structures"]
description = "ShardedQueue is a specialized light-weight concurrent queue, which uses spin locking and fights lock contention with sharding"
homepage = "https://github.com/ivanivanyuk1993/utility.sharded_queue"
keywords = ["concurrency", "concurrent-queue", "mpmc", "sharded-queue", "queue"]
license = "MIT OR Apache-2.0"
name = "sharded_queue"
readme = "readme.md"
repository = "https://github.com/ivanivanyuk1993/utility.sharded_queue"
version = "1.0.10"
edition = "2021"
[dependencies]
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
crossbeam-queue = "0.3"
nameof = "1.2.2"
[[bench]]
name = "sharded_queue"
harness = false