logoalt Hacker News

nasretdinovtoday at 5:51 PM1 replyview on HN

Generally when I want to run something with so much parallelism I just write a small Go program instead, and let Go's runtime handle the scheduling. It works remarkably well and there's no execve() overhead too


Replies

beanjuiceIItoday at 6:24 PM

dang and u did all that without a 10 year journey