We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

FastFlow: programming multi-core

FastFlow is a C/C++ programming framework supporting the development of pattern-based parallel programs on multi/many-core and distributed platforms. FastFlow run-time is built upon non-blocking threads and lock-free queues. Thanks to its very efficient CAS-free communication/synchronization support (e.g. few clock cycles core-to-core latency), FastFlow effectively supports the exploitation of fine grain parallelism, e.g. parallel codes managing very high frequency streams on commodity multi-core.
FastFlow works on x86, x86_64, PPC, ARM, and Linux, Mac and Win XP/7.

Latest version can be downloaded from the SVN using the following command:

svn co https://svn.code.sf.net/p/mc-fastflow/code/ fastflow

The SourceForge Speed Test measures Latency/Ping, Jitter, Download Speed, Upload Speed, Buffer Bloat, and Packet Loss. Upon completion, you can view detailed reports about your connection. This HTML5 speed test does not require Flash or Java, and works on all devices including tablets and smartphones. Host on your own infrastructure or use ours. For licensing, inquire today.

Website http://mc-fastflow.sourceforge.net/
Tags
License
Platform
Features
  • multi/many-core
  • multithreading
  • parallel patterns
  • lock-free
  • streaming
  • skeleton (pipeline, farm, map, reduce)
  • C++
  • non-blocking algorithms
  • distributed programming