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

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

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

6 مستودعات

Awesome GitHub RepositoriesWorker Resource Allocation

Management of exclusive resource pools for concurrent worker threads to prevent race conditions.

Distinct from Resource Management: Focuses on distributing resources across parallel test workers rather than general memory or storage management.

Explore 6 awesome GitHub repositories matching data & databases · Worker Resource Allocation. Refine with filters or upvote what's useful.

Awesome Worker Resource Allocation GitHub Repositories

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

    webdriverio/webdriverio

    9,795عرض على GitHub↗

    WebDriverIO is a Node.js test automation framework used for automating functional tests across web browsers and mobile applications. It acts as a WebDriver protocol client that manages remote browser sessions and executes commands against WebDriver and Appium servers to perform end-to-end testing. The framework is distinguished by its ability to control both native and hybrid mobile applications and its support for running automated suites across local machines, remote grids, and cloud device providers. It includes specialized capabilities for coordinating multi-browser interactions and estab

    Assigns unique resources to individual worker threads to prevent competition and ensure exclusive resource use.

    TypeScript
    عرض على GitHub↗9,795
  • clearml/clearmlالصورة الرمزية لـ clearml

    clearml/clearml

    6,740عرض على GitHub↗

    ClearML is a comprehensive MLOps platform designed to manage the end-to-end machine learning lifecycle, from initial experimentation to production deployment. It provides a suite of integrated tools including a pipeline orchestrator for automating workflows, an experiment tracking tool for logging hyperparameters and metrics, and a metadata-driven data versioning system for managing large-scale datasets and model artifacts. The platform is distinguished by its advanced compute management and serving capabilities. It features a GPU compute manager that supports fractional resource slicing and

    Allocates specific GPU devices to worker agents to ensure compute isolation for training tasks.

    Python
    عرض على GitHub↗6,740
  • feast-dev/feastالصورة الرمزية لـ feast-dev

    feast-dev/feast

    6,727عرض على GitHub↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Feast assigns CPU, memory, GPU, and custom resource requirements to individual tasks for precise scheduling across workers.

    Pythonbig-datadata-engineeringdata-quality
    عرض على GitHub↗6,727
  • volcano-sh/volcanoالصورة الرمزية لـ volcano-sh

    volcano-sh/volcano

    5,337عرض على GitHub↗

    Volcano is a Kubernetes-native batch scheduler specialized for AI, machine learning, and high-performance computing workloads. It provides gang scheduling to atomically allocate resources for all tasks of a distributed job, preventing deadlocks from partial allocation, and supports hierarchical queue management for multi-tenant resource isolation with configurable quotas, borrowing, and preemption. Topology-aware placement optimizes communication-intensive workloads by modeling network hierarchy to minimize cross-switch latency. Volcano differentiates itself with automated orchestration of di

    Volcano enforces exclusive GPU usage and supports vGPU preemption while preventing device sharing within a job group.

    Goaibatch-systemsbigdata
    عرض على GitHub↗5,337
  • grosser/parallelالصورة الرمزية لـ grosser

    grosser/parallel

    4,261عرض على GitHub↗

    Parallel is a Ruby library and multi-process execution framework designed to accelerate CPU-intensive operations. It functions as a parallel job orchestrator and concurrent task runner that enables the execution of code across multiple processes or threads. The project distinguishes itself through secure inter-process communication, utilizing signed data serialization to prevent the injection of forged payloads between parent and child processes. It further differentiates its worker management by assigning unique identifiers to individual processes to prevent collisions when accessing shared

    Provides configuration settings to define the number of concurrent workers based on available hardware processors.

    Ruby
    عرض على GitHub↗4,261
  • rlinf/rlinfالصورة الرمزية لـ RLinf

    RLinf/RLinf

    2,502عرض على GitHub↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Allocates specific GPUs to environment, rollout, and actor components to optimize resource sharing and isolation.

    Pythonagentic-aiembodied-aireinforcement-learning
    عرض على GitHub↗2,502
  1. Home
  2. Data & Databases
  3. Resource Management
  4. Worker Resource Allocation

استكشف الوسوم الفرعية

  • GPU Allocations2 وسوم فرعيةAssigns a specified number of GPUs to each worker task for accelerated feature computation. **Distinct from Worker Resource Allocation:** Distinct from Worker Resource Allocation: focuses specifically on GPU resource assignment for feature computation, not general worker resource management.