Zig NEWS

Discussion on: Resource efficient Thread Pools with Zig

Collapse
 
phildrip profile image
Phil

This is awesome work, and a very informative blog post - I don't pretend to understand it all, but it's clear a huge amount of effort and consideration has gone in.

It would also be great if you could share some results of the benchmarks :)

Collapse
 
kprotty profile image
Protty • Edited

I intentionally leave benchmark results out due to how frequent people develop invalid assumptions with them. It also conveniently gets more people to test the algorithm and report if it's slow or fails in other environments.