u/seivarya

threadpool from scratch

hi, a few days ago I built a thread pool from scratch in c. i used John’s blog as a reference, but i made several different design decisions compared to it. i’d appreciate reviews or opinions from experienced developers. thanks in advance.

source code: https://github.com/seivarya/strandy

reddit.com
u/seivarya — 14 days ago

for reference i used this but unlike the original implementation i used queue to add & remove work objects. i know it's not perfect & i also believe it has many bugs so i'd really appreciate your review. thanks.

u/seivarya — 18 days ago
▲ 14 r/cprogramming+1 crossposts

for reference i used this but unlike the original implementation i used queue to add & remove work objects. i know it's not perfect & i also believe it has many bugs so i'd really appreciate your review. thanks.

github.com
u/seivarya — 22 days ago