awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesHTTPS Performance Optimizations

Tools and configurations for reducing latency and CPU overhead in secure TLS/SSL handshakes and connection management.

Distinguishing note: Focuses specifically on performance tuning for secure connections rather than general security policy or certificate management.

Explore 3 awesome GitHub repositories matching security & cryptography · HTTPS Performance Optimizations. Refine with filters or upvote what's useful.

Awesome HTTPS Performance Optimizations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nginx/nginxAvatar nginx

    nginx/nginx

    30,903Vezi pe GitHub↗

    Nginx is a high-performance HTTP server and reverse proxy designed to handle high-concurrency traffic through an efficient, event-driven architecture. It functions as a versatile traffic management gateway and content delivery accelerator, providing the infrastructure necessary to route client requests, balance loads across backend servers, and serve static assets with minimal resource consumption. The project distinguishes itself through a master-worker process model that separates configuration management from request processing, ensuring stable operations under heavy load. Its modular requ

    Improves secure communication speed by enabling connection keepalives and shared session caches to minimize CPU-intensive handshake overhead.

    Ccontent-cachehttphttp2
    Vezi pe GitHub↗30,903
  • davecheney/httpstatAvatar davecheney

    davecheney/httpstat

    7,198Vezi pe GitHub↗

    httpstat is a command-line utility for executing HTTP requests and analyzing network timing, response metadata, and connection performance. It serves as a diagnostic tool and debugger for inspecting HTTP headers and response bodies through a terminal interface. The tool focuses on performance analysis by measuring the latency of secure web requests, including the overhead of the TLS handshake and general connection timing. It provides color-coded output to visually separate request and response metadata for human analysis. The utility covers API integration testing and network troubleshootin

    Measures the latency and timing overhead of secure web requests, including the TLS handshake.

    Go
    Vezi pe GitHub↗7,198
  • eunomia-bpf/bpf-developer-tutorialAvatar eunomia-bpf

    eunomia-bpf/bpf-developer-tutorial

    4,145Vezi pe GitHub↗

    Acest proiect este o resursă educațională care oferă un tutorial de dezvoltare cuprinzător pentru scrierea și încărcarea programelor eBPF folosind C, Go și Rust în kernel-ul Linux. Servește drept ghid tehnic pentru dezvoltarea logicii personalizate care să fie executată direct în kernel. Materialele acoperă domenii specializate, inclusiv observabilitatea și trasarea kernel-ului, implementarea securității pentru detectarea intruziunilor și ingineria rețelelor de înaltă performanță pentru filtrarea pachetelor și echilibrarea sarcinii. Include, de asemenea, manuale dedicate pentru trasarea kernel-ului Linux și utilizarea kprobes, uprobes și tracepoints. Proiectul cuprinde o gamă largă de domenii de capabilități, cum ar fi instrumentarea kernel-ului, monitorizarea și observabilitatea sistemului, analiza rețelei și aplicarea securității. Se extinde în continuare la depanarea la nivel hardware pentru GPU-uri și drivere, precum și la manipularea sistemului de nivel scăzut și gestionarea resurselor.

    Analyzes encryption establishment time by tracking the start and end of secure connection handshakes.

    Cbpfebpfexamples
    Vezi pe GitHub↗4,145
  1. Home
  2. Security & Cryptography
  3. HTTPS Performance Optimizations

Explorează sub-etichetele

  • Handshake Latency AnalysisMeasurement of time overhead specifically associated with TLS handshakes and secure connection establishment. **Distinct from HTTPS Performance Optimizations:** Focuses on measuring timing overhead rather than optimizing the performance of the handshake