awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesKernel API Wrappers

Libraries that abstract complex kernel system calls into simplified helper functions for user-space applications.

Distinct from Linux Kernel Development: Candidates focus on kernel internals or specific drivers, not the general pattern of wrapping kernel APIs for user-space.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel API Wrappers. Refine with filters or upvote what's useful.

Awesome Kernel API Wrappers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • axboe/liburingالصورة الرمزية لـ axboe

    axboe/liburing

    3,690عرض على GitHub↗

    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

    Provides a set of helper functions that abstract the complex system calls required to communicate with the Linux kernel.

    C
    عرض على GitHub↗3,690
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel API Wrappers