concurrent-priority-queues Implemented Concurrent Priority Queues using: Fine grained locking over sequential heaps [paper] Lockfree skiplist-based [paper] Please find a report with implementation details and results [here]