awesome-repositories.comKategorienBlog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ddelizia avatar

ddelizia/channelify

0
View on GitHub↗
34 Stars·3 Forks·Go·MIT·6 Aufrufe

Channelify

Make functions return a channel for parallel processing via go routines.

Features

  • Concurrency Management - Converts functions to return channels for parallel processing.
  • Concurrency Tools - Listed in the “Concurrency Tools” section of the Awesome Go awesome list.

Star-Verlauf

Star-Verlauf für ddelizia/channelifyStar-Verlauf für ddelizia/channelify

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Channelify

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Channelify.
  • alitto/pondAvatar von alitto

    alitto/pond

    2,158Auf GitHub ansehen↗

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

    Goconcurrencygogolang
    Auf GitHub ansehen↗2,158
  • aaronjan/hunchAvatar von AaronJan

    AaronJan/Hunch

    104Auf GitHub ansehen↗

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

    Goasyncasynchronouschannel
    Auf GitHub ansehen↗104
  • arunsworld/nurseryAvatar von arunsworld

    arunsworld/nursery

    70Auf GitHub ansehen↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    Auf GitHub ansehen↗70
  • ashvinbambhaniya/autopoolAvatar von AshvinBambhaniya

    AshvinBambhaniya/autopool

    4Auf GitHub ansehen↗

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

    Goasyncauto-scalingbackpressure
    Auf GitHub ansehen↗4
Alle 30 Alternativen zu Channelify anzeigen→

Häufig gestellte Fragen

Was macht ddelizia/channelify?

Make functions return a channel for parallel processing via go routines.

Was sind die Hauptfunktionen von ddelizia/channelify?

Die Hauptfunktionen von ddelizia/channelify sind: Concurrency Management, Concurrency Tools.

Welche Open-Source-Alternativen gibt es zu ddelizia/channelify?

Open-Source-Alternativen zu ddelizia/channelify sind unter anderem: alitto/pond — 🔘 Minimalistic and High-performance goroutine worker pool written in Go. aaronjan/hunch — <UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control… arunsworld/nursery — Structured Concurrency in Go. 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. destel/rill — Go toolkit for clean, composable, channel-based concurrency.