Thread Safe Template Library 1.1.3 (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:
The AllocCache template was reimplemented.

More...