Single Update


February 2019 Update

February 1, 2019 at 9:49 am


My job system is progressing well. Just passed the milestone of "one job can queue another job and wait for it", which was a bit touch and go. Generally, it now works!

Next, I want to spend a little time optimizing it a bit. The overhead over a simple serial function is still a bit too high (even if it does very well when multi-threading). Afterwards, start using it to build everything else.

See All Updates