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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesLock-Bypass Filesystems

Filesystem implementations that avoid standard synchronization locks for high-concurrency socket operations.

Distinct from File Locking: Focuses on bypassing OS-level inode/dcache locks for performance, rather than application-level file locking.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Lock-Bypass Filesystems. Refine with filters or upvote what's useful.

Awesome Lock-Bypass Filesystems GitHub Repositories

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

    fastos/fastsocket

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

    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

    Circumvents standard inode and dcache locks during socket operations to prevent multicore bottlenecks.

    C
    GitHub पर देखें↗3,742
  1. Home
  2. Operating Systems & Systems Programming
  3. Lock-Bypass Filesystems