awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Zero-Copy Buffers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesZero-Copy Buffers

Memory management strategies that reuse buffers to minimize allocation overhead.

Distinguishing note: Focuses on buffer reuse for high-concurrency network structures.

Explore 1 awesome GitHub repository matching software engineering & architecture · Zero-Copy Buffers. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Zero-Copy Buffers

Awesome Zero-Copy Buffers GitHub Repositories

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

    robertdavidgraham/masscan

    25,355View on GitHub↗

    Masscan is a command-line network scanner designed for large-scale discovery and infrastructure reconnaissance. It identifies open ports across specific network segments or the entire internet by probing vast address ranges with high efficiency. The tool functions as an asynchronous packet engine, bypassing standard operating system kernel networking stacks to transmit raw packets directly from application memory. The project distinguishes itself through a specialized architecture that manages millions of concurrent connections by separating packet transmission and reception into independent

    Minimizes memory overhead by reusing pre-allocated packet structures to handle millions of simultaneous connections.

    C
    25,355View on GitHub↗