Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.2.1 | 2012-08-03 | ||
1.2.0 | 2012-06-18 | ||
1.1.3-alpha | 2011-10-14 | ||
1.1.2-alpha | 2011-05-26 | ||
1.1.1-alpha | 2011-05-18 | ||
1.1.0-alpha | 2011-05-16 | ||
1.0.0-alpha | 2011-04-07 | ||
README.txt | 2012-06-15 | 1.2 kB | |
Totals: 8 Items | 1.2 kB | 0 |
vfTasks ======= vfTasks is a library with a C API containing the following features: - Manage worker thread pools - Inter-thread streaming communication channels - 2-D synchronization for parallelized loops It does not depend on any other libraries other than libc and the pthreads library. The latter can however be easily replaced with custom threading and memory allocation solution, allowing vfTasks to be ported to an embedded CPU or DSP processor. For more information, visit http://www.vectorfabrics.com/technology/vftasks. vfTasks is developed by Vector Fabrics (http://vectorfabrics.com) and complements Vector Fabrics' Pareon product (http://vectorfabrics.com/products) that help you parallelize a C/C++ application. Installing ========== Instructions for installing and testing this software are in INSTALL.txt Documentation and Support ========================= Examples on how to use vfTasks APIs are located in example/src. See http://www.vectorfabrics.com/technology/vftasks for the example documentation. Copyright ========= All of the code in this distribution is Copyright (c) 2011, 2012 Vector Fabrics B.V. The included LICENSE.txt file describes the license in detail.