px
Thread scheduler & render library
A set of C++ libraries providing thread scheduling and rendering capabilities with safe memory management.
Single header C++ Libraries for Thread Scheduling, Rendering, and so on...
472 stars
27 watching
27 forks
Language: C++
last commit: over 1 year ago
Linked from 2 awesome lists
cppmultithreadedopenglrenderschedulersingle-header-lib
Related projects:
Repository | Description | Stars |
---|---|---|
| A single header C++11 task scheduler for managing concurrent tasks. | 190 |
| A C++ library that simplifies the management of parallel tasks on Arduino boards. | 957 |
| A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
| A library providing a simple and expressive way to write parallel programs with complex task dependencies. | 8 |
| A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems. | 82 |
| An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 939 |
| A lightweight and easy-to-use C++17 thread pool library for concurrent programming. | 2,252 |
| A thread-safe container for sharing data between threads | 421 |
| An implementation of physically based rendering techniques in various graphics APIs for comparison and demonstration purposes. | 1,402 |
| A PowerShell module to run concurrent jobs in separate threads within a local process. | 180 |
| A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,889 |
| A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 620 |
| Parallel pipeline library for stream processing | 62 |
| A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 565 |
| Provides C++ classes and functions to safely access shared resources between threads and processes without explicit synchronization. | 139 |