Concurrent Priority Queue: Fast and Scalable
Summary: This is the implementation of the unbounded concurrent priority queue based on Mound. - The data structure supports push, pop, size and empty operations. [TODO: timed pop] - User can select whether it is the strict priority queue (PopBatch = 0), or relaxed implementation (PopBatch > 0). - Supports blocking. Reviewed By: magedm Differential Revision: D9028417 fbshipit-source-id: e12dc43aef4fb5b1195d9e27807cbd9f0ad1a401
Showing
Please register or sign in to comment