vfTasks is a C library to ease the implementation of concurrent tasks: thread pool to efficiently create and reuse tasks, highly efficient inter-task synchronization, and streaming interfaces to stream data from one task to another.
Features
- Quickly partition C-code into parallel, communicating tasks
- Create worker threads from a thread pool
- Efficient synchronization between concurrent tasks that work on large 2D arrays (images)
- Intuitive API to exchange data between concurrent tasks using buffered streaming channels
- Separate synchronization from data access allows e.g. random video line access
- Works with Vector Fabrics (http://vectorfabrics.com) products to quickly parallelize sequential C code
- Optimized for performance and footprint
Categories
LibrariesLicense
BSD LicenseFollow vfTasks parallelization library
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of vfTasks parallelization library!