Download List

Projeto Descrição

Thread Safe Template Library (TSTL) is a C++ library that provides thread-safe containers with high grade of locking. It includes classes for multimaps based on a B-tree and a hash table. It also includes classes for a queue, a priority queue, a pipe, an alloccache, a timercache, a limitcache without global locking, and a fast shared mutual exclusion locker (also known as "rwlock" or "wmrg"). It's useful for writing multi-threaded applications, network services, and operating system components with high requirements for interactivity level.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-05-14 19:34
1.3.8

A biblioteca foi portado para AMD64 gcc (EM64T). A porta anterior para x32 gcc foi otimizado. Para MSVC x32, o interlocked_exchange função inline () foi otimizado.
Tags: release stable
The library was ported to gcc AMD64 (EM64T). The previous port for gcc x32 was optimized. For MSVC x32, the inline function interlocked_exchange() was optimized.

2010-04-29 06:31
1.3.7

O armário foi compartilhada reimplemented (colocados em rwlock modelo). O controlador da política comum foi introduzida em rwlock modelo. Um novo bloqueio compartilhado - lightlock: rwlock modelo foi adicionado. erros de compilação no timer_cache modelo foram corrigidos.
Tags: Stable
The shared locker was reimplemented (placed in rwlock template). The shared policy controller was introduced in rwlock template. A new shared lock - lightlock :: rwlock template was added. Compile bugs in the timer_cache template were fixed.

2010-01-23 03:27
1.3.6

Bugfixes em apoio recipiente após allocators foram introduzidas. Construtores de cópia foram adicionados ao set_at métodos na nbmap, pbmap, timercache e limitcache modelos. Construtores de cópia foram adicionados ao CQueue, IQueue e tubo modelo. O tubo modelo foi totalmente reformulado. Um alloc_cache_array modelo foi adicionado.
Tags: Release, Stable
Bugfixes in container support after allocators were introduced. Copy constructors were added to set_at methods in the nbmap, pbmap, timercache, and limitcache templates. Copy constructors were added to cqueue, iqueue, and pipe template. The pipe template was fully refactored. An alloc_cache_array template was added.

2009-12-10 03:23
1.3.5

Um bug foi corrigido na alocação de cache de modelo. Um bug foi corrigido no edifício do multi-map template.
Tags: Stable
A bug was fixed in allocating the cache template. A building bug was fixed in the multi-map template.

2009-12-08 03:21
1.3.4

Suporte contêiner foi introduzido. memcpy () e similares foram removidos. A interface do recipiente foi refeito. Parâmetro extra links foram removidos. Construindo bugs foram corrigidos na fila do modelo clássico. A documentação foi atualizada.
Tags: Stable
Container support was introduced. memcpy () and similar were removed. The container interface was refactored. Extra parameter links were removed. Building bugs were fixed in the classic queue template. The documentation was updated.

Project Resources