awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nginx/nginxAvatar de nginx

    nginx/nginx

    30,903Ver en 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
    Ver en GitHub↗30,903
  • davecheney/httpstatAvatar de davecheney

    davecheney/httpstat

    7,198Ver en 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
    Ver en GitHub↗7,198
  • eunomia-bpf/bpf-developer-tutorialAvatar de eunomia-bpf

    eunomia-bpf/bpf-developer-tutorial

    4,145Ver en GitHub↗

    Este proyecto es un recurso educativo que proporciona un tutorial de desarrollo integral para escribir y cargar programas eBPF utilizando C, Go y Rust dentro del kernel de Linux. Sirve como una guía técnica para desarrollar lógica personalizada para ejecutar directamente en el kernel. Los materiales cubren dominios especializados incluyendo observabilidad y rastreo del kernel, implementación de seguridad para detección de intrusiones e ingeniería de red de alto rendimiento para filtrado de paquetes y balanceo de carga. También incluye manuales dedicados para el rastreo del kernel de Linux y el uso de kprobes, uprobes y tracepoints. El proyecto abarca una amplia gama de áreas de capacidad, como instrumentación del kernel, monitoreo y observabilidad del sistema, análisis de red y aplicación de seguridad. Además, se extiende a la depuración a nivel de hardware para GPUs y controladores, así como a la manipulación de sistemas de bajo nivel y gestión de recursos.

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

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

Explorar subetiquetas

  • 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