ダウンロードリスト

プロジェクト概要

スレッド セーフのテンプレート ライブラリ (TSTL) は、ロックの高品位でスレッド セーフなコンテナーを提供する C++ ライブラリです。B ツリーとハッシュ テーブルに基づいて multimaps のためのクラスが含まれます。グローバル ロックすることがなく、キュー、優先度キュー、パイプ、alloccache、timercache、limitcache のためのクラスも含まれています、高速共有排他ロッカー (「rwlock」または"wmrg"とも呼ばれます)。マルチ スレッド ・ アプリケーション、ネットワーク サービス、および対話機能のレベルの高い要件を持つオペレーティング システムのコンポーネントを記述するため便利です。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2010-05-14 19:34
1.3.8

ライブラリはgccのAMD64(EM64T対応)に移植された。 gccのx32の前のポートが最適化された。 MSVCのx32の、インライン関数のinterlocked_exchange()の最適化した。
タグ: 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

共有ロッカーは(rwlockがテンプレートに配置)再実装されました。共有ポリシーのコントローラは、rwlockがテンプレートで導入されました。新しい共有ロックを - lightlock::rwlockが追加されたテンプレート。 timer_cacheのコンパイルのバグが修正されたテンプレート。
タグ: 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

コンテナサポートのバグ修正後のアロケータを導入されました。コピーコンストラクタnbmap、pbmap、timercacheのメソッドset_atに追加され、limitcacheテンプレートです。コピーコンストラクタ、cqueueにiqueue、およびパイプのテンプレートが追加されました。パイプのテンプレートを完全にリファクタリングされました。 alloc_cache_arrayテンプレートが追加されました。
タグ: 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

バグは、テンプレートキャッシュに割り当てることで修正されました。建物のバグは、マルチマップのテンプレートで修正されました。
タグ: 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

コンテナのサポートが導入されました。 memcpy()は、同様に削除された。コンテナインターフェイスをリファクタリングされた。余分なパラメータのリンクが削除されました。建物のバグは古典的なキュー内のテンプレートが修正されました。ドキュメントが更新されました。
タグ: 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.

プロジェクトリソース