Download List

프로젝트 설명

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.

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-03-23 10:03 Back to release list
1.0.0-rc2

이 릴리스는 새로운 빠른 한정되지 않은 버퍼를 구현 SWSR_Ptr_Buffer을 기반으로 들어 ubuffer.hpp 파일을, 소개합니다. 그것은 능력에서 선택할 경계와 경계가 없슴 버퍼 사이의 지점의 구현을 소개 컴파일 타임 - 투 - 포인트 채널 (SWSR_Ptr_Buffer 비교 uSWSR_Ptr_Buffer). 할당자 다시 검토되어 개선. 화장품에는 사소한 변경 사항이있습니다.
Tags: 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.

Project Resources