Show HN: ForkUnion v3 – Faster OpenMP-style thread-pool for C, C++, Rust, & Zig
By ashvardanian · 2026-07-15 · 1 points · 0 comments
https://github.com/ashvardanian/ForkUnion
Hi community! Wanted to share a project of mine that is now enabling parallelism across many of my open-source projects: ForkUnion. The absolute majority of "thread pool" projects on GitHub are `std::deque<std::shared_ptr<task_t>>` task queues guarded by a `std::mutex`. I'm not…
Open the full discussion on BetterNews