Crates.io | remem |
lib.rs | remem |
version | 0.1.0 |
source | src |
created_at | 2019-11-20 16:08:01.241643 |
updated_at | 2019-11-20 16:08:01.241643 |
description | Thread-safe object reuse. |
homepage | |
repository | https://github.com/rylev/remem |
max_upload_size | |
id | 183004 |
size | 31,345 |
With cargo add installed run:
$ cargo add remem
This crate uses two instances of unsafe
to implement a lock-free Treiber
stack. This implementation was copied from the reference implementation in
crossbeam
.
Want to join us? Check out our "Contributing" guide and take a look at some of these issues: