Thread Safe Template Library 1.1.6 (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:
Some optimization in the limitcache UpElem() method. A folder structure was created inside the TSTL library folder.

More...