awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Zero-Copy Networking · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesZero-Copy Networking

Techniques for transferring data between disk and network interfaces without CPU-mediated memory copies.

Distinguishing note: Focuses on the network transfer optimization rather than general networking protocols.

Explore 1 awesome GitHub repository matching networking & communication · Zero-Copy Networking. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Zero-Copy Networking

Awesome Zero-Copy Networking GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • apache/kafka

    apache/kafka

    32,011View on GitHub↗

    Kafka is a distributed event streaming platform designed for capturing, storing, and processing real-time data streams across interconnected nodes. It functions as a distributed commit log, providing a fault-tolerant storage mechanism that records state changes sequentially to ensure data consistency and durability across distributed environments. The platform distinguishes itself through a partitioned commit log architecture that enables horizontal scaling and parallel processing of data streams. It integrates a stream processing engine for continuous transformations and aggregations, while

    Minimizes CPU overhead by moving data directly from disk cache to the network interface.

    Javakafkascala
    32,011View on GitHub↗