TSTL

A C++ library that provides thread-safe storage data structures without global locking.
Download

TSTL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Vyacheslav I Levtchenko
  • Operating Systems:
  • Windows All
  • File Size:
  • 46 KB

TSTL Tags


TSTL Description

Thread Safe Template Library (TSTL) represents a C++ library that will provide thread-safe storage data structures without global locking. It includes classes for maps based on a non-binary extensible hashing tree for very fast access, a pipe, a queue, a timercache, a limitcache, and a fast writer multiple reader guard (or 'rwlock') without global locking (which uses the atomic C++0x API based on the interlocked instruction set of the CPU). It's useful for writing multi-threaded applications and operating system components.


TSTL Related Software