orx-concurrent-vec 1.7.0

An efficient, convenient and lightweight grow-only read & write concurrent data structure allowing high performance concurrent collection.
Documentation
[[bench]]
harness = false
name = "collect_with_push"
[dependencies.orx-concurrent-bag]
version = "1.13"

[dependencies.orx-fixed-vec]
version = "2.9"

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

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

[dependencies.orx-split-vec]
version = "2.11"
[dev-dependencies.criterion]
version = "0.5.1"

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

[dev-dependencies.rayon]
version = "1.9.0"

[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 read & write concurrent data structure allowing high performance concurrent collection."
edition = "2021"
keywords = ["concurrency", "vec", "data-structures", "atomic", "lock-free"]
license = "MIT"
name = "orx-concurrent-vec"
readme = "README.md"
repository = "https://github.com/orxfun/orx-concurrent-vec/"
version = "1.7.0"