Expand description
SprayList: A Scalable Relaxed Priority Queue
This crate provides an implementation of the SprayList data structure,
a scalable concurrent priority queue with relaxed ordering semantics.
Re-exports§
pub use spraylist::SprayList;pub use spraylist::SprayParams;