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
·
nikhilsaraf avatar

nikhilsaraf/go-tools

0
View on GitHub↗
17 estrellas·2 forks·Go·MIT·5 vistas

Go Tools

A collection of tools for Golang

Features

  • Awesome List - A community-curated directory that catalogs and links out to other open-source projects, rather than a standalone tool you run yourself.
  • Concurrency Management - Lightweight goroutine pool library.
  • Concurrency Tools - Listed in the “Concurrency Tools” section of the Awesome Go awesome list.

Historial de estrellas

Gráfico del historial de estrellas de nikhilsaraf/go-toolsGráfico del historial de estrellas de nikhilsaraf/go-tools

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

Alternativas open-source a Go Tools

Proyectos open-source similares, clasificados según cuántas características comparten con Go Tools.
  • alitto/pondAvatar de alitto

    alitto/pond

    2,158Ver en GitHub↗

    🔘 Minimalistic and High-performance goroutine worker pool written in Go

    Goconcurrencygogolang
    Ver en GitHub↗2,158
  • arunsworld/nurseryAvatar de arunsworld

    arunsworld/nursery

    70Ver en GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    Ver en GitHub↗70
  • 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
  • ashvinbambhaniya/autopoolAvatar de AshvinBambhaniya

    AshvinBambhaniya/autopool

    4Ver en GitHub↗

    Zero-config, auto-scaling worker pool for Go with priority-aware scheduling, adaptive resource management, and per-task retry logic.

    Goasyncauto-scalingbackpressure
    Ver en GitHub↗4
Ver las 30 alternativas a Go Tools→

Preguntas frecuentes

¿Qué hace nikhilsaraf/go-tools?

A collection of tools for Golang

¿Cuáles son las características principales de nikhilsaraf/go-tools?

Las características principales de nikhilsaraf/go-tools son: Awesome List, Concurrency Management, Concurrency Tools.

¿Qué alternativas de código abierto existen para nikhilsaraf/go-tools?

Las alternativas de código abierto para nikhilsaraf/go-tools incluyen: 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. alitto/pond — 🔘 Minimalistic and High-performance goroutine worker pool written in Go. arunsworld/nursery — Structured Concurrency in Go. aaronjan/hunch — <UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control… ddelizia/channelify — Make functions return a channel for parallel processing via go routines.