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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesTime Slicing

Hardware-timer driven mechanisms for sharing CPU time among tasks of equal priority.

Distinct from CPU Time Slice Calculations: Candidates cover data slicing or price tracking; this is specifically CPU temporal partitioning in an OS kernel.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Time Slicing. Refine with filters or upvote what's useful.

Awesome Time Slicing GitHub Repositories

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

    FreeRTOS/FreeRTOS-Kernel

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

    FreeRTOS-Kernel is a real-time operating system kernel for microcontrollers. It provides a multitasking environment through a priority-based task scheduler, an embedded memory manager, and an inter-process communication framework to ensure time-critical tasks meet their deadlines. The kernel includes a software timer engine for executing functions at predefined intervals or after set delays. It supports a minimal model of concurrent tasks and lightweight co-routine execution for systems with limited memory resources. The project covers a broad surface of embedded resource management, includi

    Uses periodic hardware timer interrupts to track system time and switch between equal-priority tasks.

    C
    GitHub पर देखें↗4,297
  • nvidia/k8s-device-pluginNVIDIA का अवतार

    NVIDIA/k8s-device-plugin

    3,793GitHub पर देखें↗

    This project is a Kubernetes device plugin designed for graphics hardware resource management. It implements a standardized plugin protocol to register physical accelerators with the cluster scheduler, enabling the automated allocation and scheduling of hardware-accelerated workloads. The system focuses on multi-tenant GPU sharing to maximize hardware utilization. It achieves this through various sharing strategies, including the logical partitioning of monolithic hardware units into isolated segments and time-slicing to interleave execution cycles across multiple concurrent containers. The

    Interleaves execution cycles of hardware accelerators across multiple workloads to maximize GPU utilization.

    Gokubernetes
    GitHub पर देखें↗3,793
  1. Home
  2. Operating Systems & Systems Programming
  3. Time Slicing

सब-टैग एक्सप्लोर करें

  • Accelerator Time-SlicingInterleaving execution cycles across multiple workloads on physical accelerators to maximize hardware utilization. **Distinct from Time Slicing:** Distinct from general CPU time-slicing: specifically manages temporal partitioning of hardware accelerators.
  • Hardware Accelerator Time-SlicingInterleaves execution cycles of hardware accelerators across multiple workloads to maximize utilization. **Distinct from Time Slicing:** Distinct from Time Slicing: focuses specifically on hardware accelerator temporal sharing rather than general CPU task scheduling.