awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • webdriverio/webdriveriowebdriverio का अवतार

    webdriverio/webdriverio

    9,795GitHub पर देखें↗

    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/clearmlclearml का अवतार

    clearml/clearml

    6,740GitHub पर देखें↗

    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/feastfeast-dev का अवतार

    feast-dev/feast

    6,727GitHub पर देखें↗

    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/volcanovolcano-sh का अवतार

    volcano-sh/volcano

    5,337GitHub पर देखें↗

    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/parallelgrosser का अवतार

    grosser/parallel

    4,261GitHub पर देखें↗

    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/rlinfRLinf का अवतार

    RLinf/RLinf

    2,502GitHub पर देखें↗

    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.