orx-concurrent-ordered-bag 2.2.0

An efficient, convenient and lightweight grow-only concurrent data structure allowing high performance and ordered concurrent collection.
Documentation
[dependencies.orx-fixed-vec]
version = "3.2.0"

[dependencies.orx-pinned-concurrent-col]
version = "2.2.0"

[dependencies.orx-pinned-vec]
version = "3.2.0"

[dependencies.orx-pseudo-default]
version = "1.2.0"

[dependencies.orx-split-vec]
version = "3.2.0"

[dev-dependencies.orx-concurrent-iter]
version = "1.22"

[dev-dependencies.test-case]
version = "3.3.1"

[package]
authors = ["orxfun <orx.ugur.arikan@gmail.com>"]
categories = ["data-structures", "concurrency", "rust-patterns"]
description = "An efficient, convenient and lightweight grow-only concurrent data structure allowing high performance and ordered concurrent collection."
edition = "2021"
keywords = ["concurrency", "parallelization", "data-structures", "atomic", "lock-free"]
license = "MIT"
name = "orx-concurrent-ordered-bag"
readme = "README.md"
repository = "https://github.com/orxfun/orx-ordered-concurrent-bag/"
version = "2.2.0"