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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesHigh-Performance System IO Libraries

C libraries optimized for maximum throughput and minimal system call overhead for system-level I/O.

Distinct from High-Performance C++ Libraries: Candidates focus on generic C++ libraries or drivers, rather than a high-performance C wrapper for system I/O.

Explore 1 awesome GitHub repository matching operating systems & systems programming · High-Performance System IO Libraries. Refine with filters or upvote what's useful.

Awesome High-Performance System IO Libraries GitHub Repositories

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

    axboe/liburing

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

    liburing is a C library that provides a low-level wrapper for the Linux kernel io_uring interface. It serves as a programming interface for executing non-blocking disk and network operations and abstracts the system calls required to communicate with the Linux kernel. The library focuses on reducing system call overhead and context switching for high-throughput data processing. It implements mechanisms for shared ring buffers, zero-copy buffer registration, and fixed-file descriptor mapping to minimize internal lookup and reference counting overhead. The project covers asynchronous input and

    Implements a high-performance C library designed to minimize system call overhead for high-throughput data processing.

    C
    GitHub पर देखें↗3,690
  1. Home
  2. Operating Systems & Systems Programming
  3. High-Performance System IO Libraries