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

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

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

1 مستودع

Awesome GitHub RepositoriesCustom Socket Implementations

High-performance replacements for standard operating system network socket layers.

Distinct from Linux Network Services: Provides a full replacement of the socket stack for scalability, rather than just a service or internal kernel guide.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Custom Socket Implementations. Refine with filters or upvote what's useful.

Awesome Custom Socket Implementations GitHub Repositories

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

    fastos/fastsocket

    3,742عرض على GitHub↗

    Fastsocket is a high-performance Linux socket implementation designed for linear scalability on multicore systems. It functions as a TCP throughput optimizer and a multicore packet steering engine that reduces system call overhead and lock contention to increase total network processing capacity. The project distinguishes itself through a network system call interceptor that uses a shared library to redirect standard socket calls to optimized interfaces without requiring changes to application binaries. It employs active connection steering by encoding CPU core IDs into source ports and utili

    Provides a high-performance replacement for the Linux kernel network stack designed for linear scalability.

    C
    عرض على GitHub↗3,742
  1. Home
  2. Operating Systems & Systems Programming
  3. Custom Socket Implementations