Hacker News new | ask | show | jobs
by eddtries 963 days ago
Yeah I was designing an internal lambda server so mostly parallelism, all I had to do was have a dynamic match and everything else was out the box for the load I needed
1 comments

Yeah, I'm sure a well-written parallel Rust or C++ program (using just the CPU cores) can do better, but Go really hits a Pareto sweet spot in terms of "effort vs speedup" return on investment.
I’m not the best systems dev, when I get these options I pick easy!