Skip to content

umumpaul/Lock-free-Data-Structures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lock-free-Data-Structures

This repo contains our version of several thread-safe implementations of well known data structures and patterns.

Procedure

  • Every implementation is C++ based. To compile each project please make use of the Makefile with the make command ( make changes to the makefile to take care of different C++ compiler ).

  • Every implementation also has a client file to illustrate its working in a multi-threaded environment. Be sure to use that as a reference for using our implementation.

Contributors

Blog Post

About

Exploring lock free structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.2%
  • Java 14.8%
  • Makefile 10.0%