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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ivpusic avatar

ivpusic/grpool

0
View on GitHub↗
736 stars·100 forks·Go·MIT·4 vuesgodoc.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.

Historique des stars

Graphique de l'historique des stars pour ivpusic/grpoolGraphique de l'historique des stars pour ivpusic/grpool

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Grpool

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Grpool.
  • panjf2000/antsAvatar de panjf2000

    panjf2000/ants

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

    gammazero/workerpool

    1,453Voir sur GitHub↗

    Concurrency limiting goroutine pool

    Goconcurrencyworker-pool
    Voir sur GitHub↗1,453
  • aaronjan/hunchAvatar de AaronJan

    AaronJan/Hunch

    104Voir sur GitHub↗

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

    Goasyncasynchronouschannel
    Voir sur GitHub↗104
  • arunsworld/nurseryAvatar de arunsworld

    arunsworld/nursery

    70Voir sur GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    Voir sur GitHub↗70
Voir les 30 alternatives à Grpool→

Questions fréquentes

Que fait ivpusic/grpool ?

Lightweight Goroutine pool

Quelles sont les fonctionnalités principales de ivpusic/grpool ?

Les fonctionnalités principales de ivpusic/grpool sont : Concurrency and Goroutine Management, Concurrency Management, Concurrency Tools.

Quelles sont les alternatives open-source à ivpusic/grpool ?

Les alternatives open-source à ivpusic/grpool incluent : 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.