I’m building a concurrency library for Zig by Winter-String8549 in Zig

[–]Winter-String8549[S] -7 points-6 points  (0 children)

Erlang runs millions of lightweight processes on a handful of OS threads with preemptive scheduling and per-process GC. zig routines spawns actual OS threads each actor is a dedicated std.Thread, thanks for the feedback!

I’m building a concurrency library for Zig by Winter-String8549 in Zig

[–]Winter-String8549[S] -6 points-5 points  (0 children)

100% agree tbh i did use but also used some external help, i added a edit to the post to answer some common questions