-
Notifications
You must be signed in to change notification settings - Fork 360
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
[WIP] Lazy Skip List Set #109
base: integration
Are you sure you want to change the base?
Conversation
Code in Java
|
Добрый день, возникли проблемы с запуском тестов для нашего контейнера. Ссылка на юнит-тесты: Rextuz#1
Как стоит бороться с такой ситуацией? В одном из стресс-тестов при сборке по каким-то причинам происходит вызов конструктора
|
570616f
to
ca80b94
Compare
Implementation of SkipListSet based on fine-grained locks. The algorithm is based on the imlementation from the paper [2007] Herlihy, Lev, Luchangco, Shavit A Provably Correct Scalable Concurrent Skip List.
Contributors:
Max Kanushin,
Oleg Kurishev,
Efim Cherepanov.