ダウンロードリスト

プロジェクト概要

FastFlow is a pattern-based programming framework targeting streaming applications. It implements pipeline, farm, divide and conquer, and their composition, as well as generic streaming networks. It is specifically designed to support the development and the seamless porting of existing applications on multi-core, GPGPUs, and clusters of them. The layered template-based C++ design ensures flexibility and extendibility. Its lock-free/fence-free run-time support minimizes cache invalidation traffic and enforces the development of high-performance (high-throughput, low-latency) scalable applications. It has been proven comparable or faster than TBB, OpenMP, and Cilk on several micro-benchmarcks and real-world applications, especially when dealing with fine-grained parallelism and high-throughput applications.

システム要件

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

2010-03-23 10:03 リリース一覧に戻る
1.0.0-rc2

このリリースでは新しい高速無制限のバッファの実装では、SWSR_Ptr_Bufferに基づいて含まれていますubuffer.hppファイルを紹介します。これは、機能で選択する有界と非有界バッファとの間のポイントの実装ではコンパイル時に紹介ポイントツーポイントチャネル(SWSR_Ptr_Buffer対uSWSR_Ptr_Buffer)。アロケータを再訪されており、改善された。ささいな化粧品の変更があります。
タグ: unbound lock-free queue, fast allocator, parallel allocator
This release introduces the ubuffer.hpp file, which contains a new and fast unbounded buffer implementation based on the SWSR_Ptr_Buffer. It introduces the ability to choose at compile time between a bounded and unbounded buffer in the implementation of the point-to-point channel (SWSR_Ptr_Buffer vs uSWSR_Ptr_Buffer). The allocator has been revisited and improved. There are minor cosmetic changes.

プロジェクトリソース