Hacker News new | ask | show | jobs
by noctane 570 days ago
It looks great. What are other existing tools? And how do they compare to them?
1 comments

Sourcegraph Conc is broadly similar in providing pool helpers, but doesn't provide the same fine grained batching options: https://github.com/sourcegraph/conc

Uber CFF does code generation, and has more of a focus on readability and complex dependency chains: https://github.com/uber-go/cff

Thanks for sharing!