rculock icon indicating copy to clipboard operation
rculock copied to clipboard

Migrate to Coco

Open VShell opened this issue 7 years ago • 1 comments

Fixes #1

Coco implements an epoch GC which calls destructors - this therefore shouldn't leak memory, and is properly lock-free for reads.

See crossbeam-rs/crossbeam#134 for some discussion of Coco's epoch GC.

VShell avatar Apr 17 '17 19:04 VShell

Work from coco is currently in the process of being merged into crossbeam, so in the foreseeable future this crate should be able to use Atomic with destructors.

Vtec234 avatar Jun 11 '17 20:06 Vtec234