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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ivpusic avatar

ivpusic/grpool

0
View on GitHub↗
736 estrellas·100 forks·Go·MIT·10 vistasgodoc.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.

Historial de estrellas

Gráfico del historial de estrellas de ivpusic/grpoolGráfico del historial de estrellas de ivpusic/grpool

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace ivpusic/grpool?

Lightweight Goroutine pool

¿Cuáles son las características principales de ivpusic/grpool?

Las características principales de ivpusic/grpool son: Concurrency and Goroutine Management, Concurrency Management, Concurrency Tools.

¿Qué alternativas de código abierto existen para ivpusic/grpool?

Las alternativas de código abierto para ivpusic/grpool incluyen: 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.

Alternativas open-source a Grpool

Proyectos open-source similares, clasificados según cuántas características comparten con Grpool.
  • panjf2000/antsAvatar de panjf2000

    panjf2000/ants

    14,436Ver en 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
    Ver en GitHub↗14,436
  • gammazero/workerpoolAvatar de gammazero

    gammazero/workerpool

    1,453Ver en GitHub↗

    Concurrency limiting goroutine pool

    Goconcurrencyworker-pool
    Ver en GitHub↗1,453
  • aaronjan/hunchAvatar de AaronJan

    AaronJan/Hunch

    104Ver en GitHub↗

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

    Goasyncasynchronouschannel
    Ver en GitHub↗104
  • arunsworld/nurseryAvatar de arunsworld

    arunsworld/nursery

    70Ver en GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    Ver en GitHub↗70
Ver las 30 alternativas a Grpool→