首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > tstl

tstl

  • 资源大小:42.55 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Thread Safe Template Library (TSTL) is a C++ library that provides 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
alloccache.hpp
debug.h
impl
license.txt
limitcache.hpp
m.bat
Makefile
nbmap.hpp
pbmap.hpp
readme.txt
relocker.hpp
sample.cpp
stypes.h
timercache.hpp
todo.txt
tsmap.hpp
tspipe.hpp
tsqueue.hpp
tsrwlock.hpp
tstl.hpp
unilocker.hpp
VIP VIP
0.181290s