ebr 0.2.13

simple epoch-based reclamation with low cacheline ping-pong
Documentation
[[bench]]
name = "defer"
path = "benches/defer.rs"

[dependencies.shared-local-state]
version = "0.1.1"

[dev-dependencies.crossbeam-epoch]
version = "0.9.8"

[[example]]
name = "bench"
path = "examples/bench.rs"

[lib]
name = "ebr"
path = "src/lib.rs"

[package]
authors = ["Tyler Neely <tylerneely@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "concurrency", "data-structures", "rust-patterns"]
description = "simple epoch-based reclamation with low cacheline ping-pong"
edition = "2021"
keywords = ["epoch", "multi-threaded", "performance", "reclamation", "garbage"]
license = "MIT OR Apache-2.0"
name = "ebr"
readme = "README.md"
repository = "https://github.com/komora-io/ebr"
version = "0.2.13"