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

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

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

1 مستودع

Awesome GitHub RepositoriesAsync Runtime Integrations

Integrations that allow eBPF program lifecycle and event handling to be managed with async runtimes.

Distinct from eBPF Program Loaders: Distinct from eBPF Program Loaders: focuses on async runtime integration for non-blocking lifecycle management, not the general loading mechanism.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Async Runtime Integrations. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Kernel Development
  5. Kernel Observability Programs
  6. eBPF Program Verifiers

Awesome Async Runtime Integrations GitHub Repositories

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

    aya-rs/aya

    4,321عرض على GitHub↗

    Aya is a Rust-native framework for writing, compiling, and loading eBPF programs into the Linux kernel. It provides a complete development environment that eliminates the need for a C toolchain or libbpf, allowing developers to work entirely within the Rust ecosystem. The framework manages the full lifecycle of eBPF programs, including async runtime integration, CO-RE BTF resolution for kernel version portability, ELF-based program loading, and safe kernel memory access. The framework distinguishes itself through its pure Rust compilation pipeline, which compiles Rust source code directly int

    Integrates eBPF program lifecycle and event handling with async runtimes for non-blocking operation.

    Rustbpfebpfobservability
    عرض على GitHub↗4,321
  • eBPF Program Loaders
  • Async Runtime Integrations