bhavanajain / concurrent-priority-queues

Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based


Languages

Language:C++ 100.0%