Skip to content

claudiouzelac/ConcurrencyFreaks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConcurrencyFreaks
=================

A library of concurrent data structures and synchronization mechanisms.
More info on http://www.concurrencyfreaks.com

C11 - Some locks implemented in the C11 language
CPP - Some locks and data structures implemented in C++1x. You should use a compiler that supports C++14 (like gcc 4.9.1) because some classes use std:shared_timed_mutex
D - Some data structures implemented in the D programming language
Java - Synchronization mechanisms and data structures implemented in Java. Some of them need Java 8.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.7%
  • C 19.4%
  • C++ 18.1%
  • D 1.6%
  • Other 0.2%