janekb04 / job_systemLinks
A lock-free multithreaded job system made using C++20 coroutines and atomic operations.
☆34Updated 2 years ago
Alternatives and similar repositories for job_system
Users that are interested in job_system are comparing it to the libraries listed below
Sorting:
- A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of go…☆77Updated 5 months ago
- Small C++ workstealing task scheduler meant for gamedev.☆33Updated 4 years ago
- Code for the C++20 coroutines based job system discussed in https://poniesandlight.co.uk/reflect/coroutines_job_system/☆21Updated last year
- Alternative STL aims to compile fast, runs fast, written in clear code, simple to read and understand☆64Updated last month
- Optimizing the memory layout of std::tuple☆33Updated 5 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 8 months ago
- Easy to use custom allocators in a single-header, public domain C/C++ library☆56Updated 6 years ago
- C++17 tiny vector math library☆43Updated last year
- Memory allocators☆48Updated 7 years ago
- cross-platform filewatcher library for c/c++☆101Updated 3 years ago
- Virtual memory based containers☆42Updated 3 years ago
- High performance multithreading toolkit for C++17☆46Updated 3 months ago
- reflection in c++ for json de/serialization☆45Updated last year
- Fast comparison-based sort algorithm☆58Updated 2 years ago
- Flat containers for C++☆59Updated 2 years ago
- "Deboostified" version of boost.context (coroutines), Plain and simple C API for context switching. Easy build on multiple platforms.☆90Updated last month
- Linear algebra library with vector swizzling, intersection tests and useful functions for games and graphics dev.☆105Updated 2 years ago
- entity component system framework☆53Updated last month
- "Longeron++" C++17 library for simple memory-efficient or 'data-oriented' structures☆32Updated 3 weeks ago
- Hobby C++ game engine☆37Updated 2 years ago
- simple ray tracing library focusing on good code