A library for enabling task-based multi-threading. It allows execution of task graphs with arbitrary dependencies.
☆979Mar 21, 2025Updated last year
Alternatives and similar repositories for FiberTaskingLib
Users that are interested in FiberTaskingLib are comparing it to the libraries listed below
Sorting:
- Cross-platform, fiber-based, multi-threaded task scheduler designed for video games.☆591Nov 18, 2020Updated 5 years ago
- A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.☆1,963Sep 29, 2025Updated 5 months ago
- Multiplatform multithreaded context swapping fiber based job system.☆164Nov 23, 2016Updated 9 years ago
- A task scheduling framework designed for the needs of game developers.☆458Jan 3, 2023Updated 3 years ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,995Feb 22, 2025Updated last year
- Multi-Threaded Job System using Fibers☆177Jun 19, 2022Updated 3 years ago
- Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer☆3,287Aug 28, 2024Updated last year
- A header-only C++ library for task concurrency☆632May 18, 2023Updated 2 years ago
- Memory Tracing Software☆434Jun 19, 2021Updated 4 years ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,190Feb 15, 2026Updated last month
- cr.h: A Simple C Hot Reload Header-only Library☆1,747Mar 30, 2025Updated 11 months ago
- Rendering abstraction which describes a frame as a directed acyclic graph of render tasks and resources.☆571Apr 17, 2019Updated 6 years ago
- C++ Profiler For Games☆3,111May 25, 2024Updated last year
- Open source c++ skeletal animation library and toolset☆2,797Mar 14, 2026Updated last week
- Single header C++ Libraries for Thread Scheduling, Rendering, and so on...☆475Oct 16, 2023Updated 2 years ago
- Experimentation framework for probe-based lighting☆433Oct 8, 2025Updated 5 months ago
- Animation Compression Library☆1,542Nov 26, 2025Updated 3 months ago
- Fast, multiplatform fiber based job dispatcher based on Naughty Dogs' GDC2015 talk.☆35Dec 8, 2018Updated 7 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,598May 29, 2025Updated 9 months ago
- Example code for the research paper "Masked Software Occlusion Culling"; implements an efficient alternative to the hierarchical depth bu…☆667Sep 2, 2025Updated 6 months ago
- Async++ concurrency framework for C++11☆1,410Oct 11, 2024Updated last year
- ☆478Oct 13, 2022Updated 3 years ago
- ☆646Dec 7, 2021Updated 4 years ago
- A C/C++ single-file library for drop-in lightmap baking. Just use your existing OpenGL renderer to bounce light!☆1,519Mar 24, 2023Updated 2 years ago
- Change C++ code at runtime☆2,283Oct 31, 2025Updated 4 months ago
- microprofile is an embeddable profiler☆1,585Jan 28, 2026Updated last month
- Immediate-mode, renderer agnostic, lightweight debug drawing API.☆538Aug 19, 2025Updated 7 months ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C