shreyas-gopalakrishna / Concurrent-Skip-list

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).
25Updated 4 years ago

Alternatives and similar repositories for Concurrent-Skip-list:

Users that are interested in Concurrent-Skip-list are comparing it to the libraries listed below