awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Socket Polling Interfaces · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesSocket Polling Interfaces

Low-level system interfaces for monitoring file descriptors and network activity.

Distinguishing note: Specifically targets system-level notification interfaces for efficient socket monitoring.

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

  1. Home
  2. Operating Systems & Systems Programming
  3. Socket Polling Interfaces

Awesome Socket Polling Interfaces GitHub Repositories

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

    wg/wrk

    40,075View on GitHub↗

    This project is a command-line HTTP load testing tool designed to measure the throughput and latency of web servers under high-concurrency conditions. It functions as a multi-threaded benchmarking engine that simulates thousands of simultaneous connections to evaluate server performance, identify bottlenecks, and determine capacity limits. The tool distinguishes itself through a shared-nothing thread architecture that isolates state within individual threads to eliminate lock contention during high-frequency request generation. It utilizes a non-blocking event loop and low-latency socket poll

    Utilizes system-level notification interfaces to monitor file descriptors efficiently and trigger immediate processing.

    C
    40,075View on GitHub↗