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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesZero-Overhead

Generates code on both sides of the boundary that operates with no copying, serialization, or runtime checks.

Distinct from Binding Generators: Distinct from general binding generators: focuses on zero-overhead generation, not general API binding generation.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Zero-Overhead. Refine with filters or upvote what's useful.

Awesome Zero-Overhead GitHub Repositories

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

    dtolnay/cxx

    6,664GitHub पर देखें↗

    CXX is a code generator that produces a safe, zero-overhead FFI bridge between Rust and C++. It lets functions and data types from either language be used directly in the other, with static type safety enforced at compile time and no copying, serialization, or runtime checks across the boundary. The bridge supports the full range of cross-language interactions: Rust can call C++ functions and use C++ types, and C++ can call Rust functions and use Rust types. Standard library types like strings, vectors, and smart pointers are mapped automatically between the two languages, while opaque types

    Generates code on both sides of the boundary that operates with no copying, serialization, or runtime checks.

    Rust
    GitHub पर देखें↗6,664
  • zeal-operating-system/zealosZeal-Operating-System का अवतार

    Zeal-Operating-System/ZealOS

    2,322GitHub पर देखें↗

    ZealOS is a 64-bit operating system designed for bare-metal deployment and custom kernel development. It provides a self-contained environment that operates within a single-address-space memory model, where all software executes in a ring-zero privilege level to eliminate context switching and facilitate direct hardware interaction. The system distinguishes itself through a monolithic architecture that integrates just-in-time compilation, allowing source code to be translated into machine instructions during runtime. It bypasses traditional abstraction layers by utilizing direct hardware memo

    Executes all software at the highest processor privilege level to simplify inter-process communication and remove context switching overhead.

    HolyCholycoperating-systempublic-domain
    GitHub पर देखें↗2,322
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Programmatic Interfaces
  5. Binding Generators
  6. Zero-Overhead

सब-टैग एक्सप्लोर करें

  • Privilege-Level Execution EnvironmentsExecution environments that operate entirely within a single processor privilege level to eliminate context switching. **Distinct from Zero-Overhead:** Distinct from Zero-Overhead: focuses on the architectural privilege level (Ring 0) rather than just the absence of runtime checks.