[dependencies.shared-local-state]
version = "0.1.0"
[dev-dependencies.crossbeam-epoch]
version = "0.9.8"
[package]
authors = ["Tyler Neely <tylerneely@gmail.com>"]
categories = ["development-tools", "concurrency", "data-structures", "rust-patterns"]
description = "simple epoch-based reclamation with low cacheline ping-pong"
edition = "2018"
keywords = ["epoch", "multi-threaded", "performance", "reclamation", "garbage"]
license = "GPL-3.0"
name = "ebr"
readme = "README.md"
repository = "https://github.com/komora-io/ebr"
version = "0.1.39"