[[bench]]
harness = false
name = "sharded_queue"
[dependencies]
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"
[dev-dependencies.crossbeam-queue]
version = "0.3"
[dev-dependencies.nameof]
version = "1.2.2"
[package]
categories = ["concurrency"]
description = "ShardedQueue is a specialized light-weight concurrent queue, which uses spin locking and fights lock contention with sharding"
edition = "2021"
homepage = "https://github.com/ivanivanyuk1993/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/sharded_queue"
version = "1.0.5"