My programmering journey

My personal blog

Blog About

Implementation of a fiber based job system as stb like single header library

I spend some time implementing my own fiber based job system. It is very similar to the job system Christian Gyrling presented and also this blog post from our machinery helped in creating this library. This blog post mostly covers only the important parts in how I implemented this library.

Read More