awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AshvinBambhaniya avatar

AshvinBambhaniya/autopool

0
View on GitHub↗
4 نجوم·0 تفرعات·Go·MIT·5 مشاهدات

Autopool

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

Features

  • Concurrency Management - Provides an auto-scaling worker pool with priority scheduling.
  • Concurrency Tools - Listed in the “Concurrency Tools” section of the Awesome Go awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ ashvinbambhaniya/autopoolمخطط تاريخ النجوم لـ ashvinbambhaniya/autopool

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Autopool

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Autopool.
  • alitto/pondالصورة الرمزية لـ alitto

    alitto/pond

    2,158عرض على GitHub↗

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

    Goconcurrencygogolang
    عرض على GitHub↗2,158
  • aaronjan/hunchالصورة الرمزية لـ AaronJan

    AaronJan/Hunch

    104عرض على GitHub↗

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

    Goasyncasynchronouschannel
    عرض على GitHub↗104
  • arunsworld/nurseryالصورة الرمزية لـ arunsworld

    arunsworld/nursery

    70عرض على GitHub↗

    Structured Concurrency in Go

    Goconcurrencygolanggolang-library
    عرض على GitHub↗70
  • benmanns/goworkerالصورة الرمزية لـ benmanns

    benmanns/goworker

    2,847عرض على GitHub↗

    goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.

    Go
    عرض على GitHub↗2,847
عرض جميع البدائل الـ 30 لـ Autopool→

الأسئلة الشائعة

ما هي وظيفة ashvinbambhaniya/autopool؟

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

ما هي الميزات الرئيسية لـ ashvinbambhaniya/autopool؟

الميزات الرئيسية لـ ashvinbambhaniya/autopool هي: Concurrency Management, Concurrency Tools.

ما هي البدائل مفتوحة المصدر لـ ashvinbambhaniya/autopool؟

تشمل البدائل مفتوحة المصدر لـ ashvinbambhaniya/autopool: alitto/pond — 🔘 Minimalistic and High-performance goroutine worker pool written in Go. ddelizia/channelify — Make functions return a channel for parallel processing via go routines. arunsworld/nursery — Structured Concurrency in Go. benmanns/goworker — goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. aaronjan/hunch — <UNMAINTAINED> Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control… destel/rill — Go toolkit for clean, composable, channel-based concurrency.