awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ivpusic avatar

ivpusic/grpool

0
View on GitHub↗
736 stars·100 forks·Go·MIT·21 viewsgodoc.org/github.com/ivpusic/grpool↗

Grpool

Lightweight Goroutine pool

Features

  • Concurrency and Goroutine Management - Lightweight goroutine pool for task execution.
  • Concurrency Management - Lightweight goroutine pool.
  • Concurrency Tools - Listed in the “Concurrency Tools” section of the Awesome Go awesome list.

Star history

Star history chart for ivpusic/grpoolStar history chart for ivpusic/grpool

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Grpool

These projects share indexed features with Grpool. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • panjf2000/antspanjf2000 avatar

    panjf2000/ants

    14,436View on GitHub↗

    Ants is a goroutine pool library for Go that functions as a concurrent task orchestrator and resource consumption limiter. Its primary purpose is to manage and reuse a pool of goroutines to limit concurrency and reduce the memory allocation overhead associated with frequent thread creation. The system provides a runtime worker manager capable of adjusting pool capacity dynamically to respond to fluctuating workloads. To maintain stability, it includes panic recovery mechanisms that intercept runtime failures within worker threads to prevent a single failing task from crashing the entire appli

    Goantsgogoroutine
    View on GitHub↗14,436
  • gammazero/workerpoolgammazero avatar

    gammazero/workerpool

    1,453View on GitHub↗

    Concurrency limiting goroutine pool

    Goconcurrencyworker-pool
    View on GitHub↗1,453
  • aaronjan/hunchAaronJan avatar

    AaronJan/Hunch

    104View on GitHub↗

    Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.

    Goasyncasynchronouschannel
    View on GitHub↗104
  • arunsworld/nurseryarunsworld avatar

    arunsworld/nursery

    70View on GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    View on GitHub↗70
Compare all 30 related projects→

Frequently asked questions

What does ivpusic/grpool do?

Lightweight Goroutine pool

What are the main features of ivpusic/grpool?

The main features of ivpusic/grpool are: Concurrency and Goroutine Management, Concurrency Management, Concurrency Tools.

Which projects share features with ivpusic/grpool?

Projects with overlapping indexed features include: panjf2000/ants — Ants is a goroutine pool library for Go that functions as a concurrent task orchestrator and resource consumption… gammazero/workerpool — Concurrency limiting goroutine pool. aaronjan/hunch — <UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control… ashvinbambhaniya/autopool — Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and… benmanns/goworker — goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. arunsworld/nursery — Structured Concurrency in Go.