Itogami, the best golang thread-pool till date

This page summarizes the projects mentioned and recommended in the original post on /r/golang

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • itogami

    Fastest and most efficient goroutine pool (experimental)

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • ants

    🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.

    Benchmarking was performed against existing golang threadpool implementations Ants and Gamma-Zero-Worker-Pool and unlimited goroutines

  • workerpool

    Concurrency limiting goroutine pool (by gammazero)

    Benchmarking was performed against existing golang threadpool implementations Ants and Gamma-Zero-Worker-Pool and unlimited goroutines

  • ZenQ

    A thread-safe queue faster and more resource efficient than golang's native channels

    I have also made a similar project https://github.com/alphadose/ZenQ

  • go

    The Go programming language

    implementation and fairness issues were fixed, its at this stage now https://github.com/golang/go/issues/52652 where is there is a tradeoff for low initialization memory vs low latency + low operational memory

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Dynamic number of Goroutines based on load?

    2 projects | /r/golang | 19 Aug 2022
  • Help! channel vs workerpool

    3 projects | /r/golang | 24 Feb 2023
  • Hey! Guy made a Go wallpaper manager with wallhaven.cc site

    1 project | /r/golang | 20 Feb 2023
  • Conc: Better Structured Concurrency for Go

    5 projects | news.ycombinator.com | 11 Jan 2023
  • tasq - my first published open-source Go module

    3 projects | /r/golang | 14 Nov 2022

Did you konow that Go is
the 4th most popular programming language
based on number of metions?