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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesAsynchronous Data Pipelining

Low-level memory movement patterns that overlap data transfers with computation using double buffering.

Distinct from Asynchronous Buffer Retrievers: Candidates focus on network requests or function composition, not hardware-level memory pipelining

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Asynchronous Data Pipelining. Refine with filters or upvote what's useful.

Awesome Asynchronous Data Pipelining GitHub Repositories

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

    xlite-dev/LeetCUDA

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

    LeetCUDA is a collection of high-performance GPU kernel libraries focusing on memory optimization, activation functions, and attention mechanisms. It serves as a reference library for CUDA kernel implementations, ranging from basic element-wise operations to complex neural network components, and provides Python bindings to integrate these kernels into deep learning workflows. The project is distinguished by its focus on low-level hardware optimizations. This includes the use of tensor cores for half-precision matrix multiplication, asynchronous data pipelining with double buffering, and shar

    Implements asynchronous data pipelining to overlap global memory loads with computation using double buffering.

    Cudacudacuda-12cuda-cpp
    GitHub पर देखें↗9,694
  • signalr/signalrSignalR का अवतार

    SignalR/SignalR

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

    SignalR is a .NET real-time web framework designed to push content from a server to connected browser and non-browser clients. It provides a server-to-client push framework and a remote procedure call system that enables bidirectional communication over persistent connections. The library utilizes WebSockets to establish full-duplex connections and includes a transport-layer abstraction to manage different network protocols. It employs client-side connection negotiation to determine the best available communication protocol during the initial handshake. The system manages persistent connecti

    Implements an asynchronous push pipeline to stream data to connected clients without requiring manual polling.

    C#
    GitHub पर देखें↗9,389
  • openmlsys/openmlsysopenmlsys का अवतार

    openmlsys/openmlsys

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

    This project is a comprehensive educational resource and curriculum focused on the design and implementation of the full machine learning software and hardware stack. It serves as a technical reference for architecting machine learning systems, spanning from low-level programming interfaces to large-scale deployment infrastructure. The project provides instructional guidance on several specialized domains, including the development of AI compilers through intermediate representations and graph optimizations. It covers the architectural patterns required for distributed training across GPU clu

    Provides instructional guidance on overlapping data transfers with computation using double buffering for high-performance ML feeds.

    TeXcomputer-systemsmachine-learningsoftware-architecture
    GitHub पर देखें↗4,813
  1. Home
  2. Operating Systems & Systems Programming
  3. Asynchronous Data Pipelining

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

  • Push PipelinesAsynchronous data streams that push information from a server to clients without requiring an initial request. **Distinct from Asynchronous Data Pipelining:** Distinct from low-level memory pipelining by focusing on application-level network data delivery from server to client.