Skip to content
#

concurrent-skiplist

Here is 1 public repository matching this topic...

The concurrent skip list is a multithreaded implementation of the skip list data structure where the insert, delete, get and range operations can be performed together across multiple threads. The implementation uses hand-over-hand locking to access nodes for writing and atomic variables while reading (no locks needed while reading).

  • Updated Jan 11, 2021
  • C++

Improve this page

Add a description, image, and links to the concurrent-skiplist topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the concurrent-skiplist topic, visit your repo's landing page and select "manage topics."

Learn more