Thread Safe Template Library 1.1.8 (Default branch)

Thread Safe Template Library (TSTL) is a C++library that provides thread-safe storage datastructures without global locking. It includesclasses for maps based on a non-binary extensiblehashing tree for very fast access, a pipe, aqueue, a timercache, a limitcache, and a fastwriter multiple reader guard (WMRG) without globallocking (which uses the interlocked instructionset of the CPU). It's useful for writingmultithreaded applications and operating systemcomponents.License: FreewareChanges:
Synchronization in the limitcache template was changed. Limitcache passed hard stress testing.

More...