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

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

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

1 مستودع

Awesome GitHub RepositoriesPluggable Ordering

Replaces the default FIFO queue with a custom implementation to control task ordering and execution priority.

Distinct from Task Queues: Distinct from Task Queues: focuses on the ability to swap the queue implementation itself, not just grouping tasks into named queues.

Explore 1 awesome GitHub repository matching devops & infrastructure · Pluggable Ordering. Refine with filters or upvote what's useful.

Awesome Pluggable Ordering GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • piscinajs/piscinaالصورة الرمزية لـ piscinajs

    piscinajs/piscina

    5,053عرض على GitHub↗

    Piscina is a Node.js worker thread pool that runs CPU-intensive JavaScript functions across multiple threads for parallel execution. It manages a dynamic pool of worker threads with configurable size, handling task submission, cancellation, and lifecycle management through a promise-based interface. The pool supports AbortController-based task cancellation, enabling clean termination of submitted or running tasks without disrupting other work. It enforces per-worker memory limits through V8 resource caps and applies backpressure with a configurable maximum queue size that emits a drain event

    Supports pluggable queue ordering to replace default FIFO with custom priority or deadline logic.

    TypeScriptmultithreadingnearform-researchnodejs
    عرض على GitHub↗5,053
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Pluggable Ordering