Skip to content
/ stlxx Public

C++11 header only thread-safe STL containers

License

Notifications You must be signed in to change notification settings

bvbfan/stlxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stlxx

C++11 header only thread-safe STL containers

Motivation:

  • thread-safe STL containers and practically any other type
  • deadlock avoidance algorithm info
  • initial support of transactional memory info
  • implemented as reference counting objects
  • usage of recursive_mutex per default
  • access through operator->()
  • custom type should provide move constructor / operator=

Test compilation on Linux:

  • g++ -Wall --std=c++11 -O3 -s test.cpp -o test -lpthread
  • -lpthread may needed due to gcc bug

Contributions are welcome

About

C++11 header only thread-safe STL containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages