Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ready] Herlihy, Lev, Luchangco, Shavit A Provably Correct Scalable Concurrent Skip List #132

Open
wants to merge 3 commits into
base: integration
Choose a base branch
from

Commits on Jan 30, 2019

  1. infrastructure for lazy skip list

    create unit tests
    create stress tests
    note: algorythm is lock-free (see SkipListSet)
    Ilya committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    aa74919 View commit details
    Browse the repository at this point in the history
  2. lock-free changade to fine-grained locks

    Ilya committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    4848e8b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. fix dead lock and segfault

    Ilya committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    c16698a View commit details
    Browse the repository at this point in the history