7 रिपॉजिटरी
Monitoring of process runtime statistics and priorities to manage preemption and scheduling.
Distinguishing note: Candidates focus on project management (Jira-style) or CLI task lists, not kernel-level runtime tracking.
Explore 7 awesome GitHub repositories matching operating systems & systems programming · Task Execution Tracking. Refine with filters or upvote what's useful.
This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level implementation of kernel engineering, focusing on the fundamental construction of an OS from the hardware level up. The system is distinguished by its comprehensive approach to ARM64 processor control, featuring a red-black tree task scheduler and a hierarchical page table system for virtual memory management. It implements a sophisticated privilege model that handles transitions between kernel and user modes, ensuring process isolation through address space splitting and exception level m
Tracks runtime statistics and task priorities to determine when a running process should be preempted.
The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface and a transport proxy to discover, inspect, and execute the tools, prompts, and resources provided by an MCP server. The project serves as a debugger and compliance tester to verify that server implementations adhere to the protocol specification and JSON-RPC standards. It allows for real-time monitoring of message exchanges and logs between clients and servers across various transport layers, such as standard input/output and Server-Sent Events. The tool covers a broad rang
Retrieves paginated collections of active tasks to track multiple concurrent asynchronous operations.
This project is a centralized API specification registry and governance framework. It serves as a source of truth for structured API schemas, gRPC definitions, and data models used to maintain consistency across a large ecosystem of services. The system functions as a multi-language client generator, transforming standardized interface definitions into executable source code and language-specific libraries. This process ensures that client libraries and technical documentation remain synchronized by deriving them directly from the original interface definitions. The project also covers the m
Implements utilities for monitoring the lifecycle and state of concurrent asynchronous tasks.
Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem
Monitors the pending status of asynchronous operations to provide real-time feedback on task progress.
NCCL is a high-performance communication library and distributed GPU computing framework designed for executing collective and point-to-point data exchanges across multiple GPUs in single or multi-node systems. It serves as an RDMA GPU transport layer and memory orchestrator, facilitating high-bandwidth synchronization of data and model gradients for distributed GPU training and inference. The library is distinguished by its ability to execute communication primitives directly from GPU kernels, removing the host CPU from the critical path. It utilizes topology-aware path selection to optimize
Tracks the progress and completion status of concurrent asynchronous communication tasks.
Polynote एक पॉलीग्लॉट नोटबुक एनवायरनमेंट और इंटरैक्टिव डॉक्यूमेंट सिस्टम है जिसे एक ही डॉक्यूमेंट के भीतर कई भाषाओं में कोड निष्पादित करने के लिए डिज़ाइन किया गया है। यह एक क्रॉस-लैंग्वेज डेटा विश्लेषण टूल और JVM लैंग्वेज IDE के रूप में कार्य करता है, जो उपयोगकर्ताओं को तकनीकी वर्कफ़्लो को प्रोटोटाइप और डॉक्यूमेंट करने के लिए निष्पादन योग्य कोड, रिच टेक्स्ट और डेटा विज़ुअलाइज़ेशन को संयोजित करने की अनुमति देता है। यह सिस्टम विभिन्न लैंग्वेज रनटाइम्स, जैसे Python और JVM के बीच डेटा और वेरिएबल्स साझा करने की अपनी क्षमता के लिए जाना जाता है। यह रनटाइम्स के बीच ऑब्जेक्ट्स को पास करने के लिए क्रॉस-लैंग्वेज ऑब्जेक्ट कन्वर्ज़न और डेटा रैपिंग का उपयोग करता है, जो मल्टी-लैंग्वेज डेटा वर्कफ़्लो को सक्षम बनाता है। इसके अतिरिक्त, यह स्थानीय या रिमोट क्लस्टर सबमिशन के माध्यम से वितरित डेटा प्रोसेसिंग कार्यों को निष्पादित करने के लिए Apache Spark के साथ एकीकृत होता है। प्लेटफॉर्म डेटा विश्लेषण और विज़ुअलाइज़ेशन के लिए क्षमताओं का एक व्यापक सूट प्रदान करता है, जिसमें रनटाइम मॉनिटरिंग के लिए रीयल-टाइम सिंबल टेबल और Vega स्पेसिफिकेशन रेंडरिंग के लिए समर्थन शामिल है। यह कोऑर्डिनेट-आधारित रिज़ॉल्यूशन का उपयोग करके JVM और Python रनटाइम्स के लिए डिपेंडेंसी मैनेज करता है और ऑटो-कंप्लीट और एरर हाइलाइटिंग के साथ IDE-एन्हांस्ड एडिटिंग प्रदान करता है। डॉक्यूमेंट मैनेजमेंट सुविधाओं में एक डायनामिक टेबल ऑफ कंटेंट्स, क्रॉस-नोटबुक कंटेंट सर्च और दूषित फाइलों से डेटा हानि को रोकने के लिए ब्राउज़र-आधारित बैकअप रिकवरी शामिल है।
Tracks the status of active tasks and queued jobs to maintain visibility into the current execution state.
Tab Stash is a browser extension designed to manage, categorize, and archive collections of open browser tabs. By capturing active web pages and organizing them into structured bookmark folders, the tool enables users to declutter their workspaces while maintaining a persistent history of their browsing sessions. The extension distinguishes itself by leveraging native browser infrastructure for its core operations. It utilizes the built-in bookmarking system as a persistent storage layer and relies on native cloud synchronization services to propagate saved tab collections across multiple dev
Identifies and reports unclosed background operations to prevent resource leaks within the extension environment.