kinghajj / deque

A (mostly) lock-free concurrent work-stealing deque in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish rustdoc?

alexbool opened this issue · comments

Would be great to have it :)

Actually, I've been meaning to deprecate this crate at some point. crossbeam has an implementation of a Chase-Lev deque very similar to this one, but with the additional benefit of having a generational "garbage collector," so that dequeued items eventually get deallocated while the queue still exists.