Skip to content

kumagi/sl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a C++ implementation of the paper "A Simple Optimistic skip-list Algorithm" 
	written by Maurice Herlihy, Yossi Lev, Victor Luchangco, Nir Shavit.

It require's
boost/foreach.hpp
boost/random.hpp
boost/shared_ptr.hpp
boost/scoped_ptr.hpp

Unit test is powered by google test 
http://code.google.com/p/googletest/

I don't claim any rights of this code.
And I don't know any licence about this algorithm. Please check yourself.

About

concurrent skip list with lazy locks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published