awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesProtocol Resource Deallocation

Logic for cleaning up memory and internal state associated with protocol-specific sessions and compressors.

Distinct from Memory Resource Cleanup: Specifically handles the teardown of protocol state and session-based memory, which differs from general test-suite cleanup or compression algorithms

Explore 1 awesome GitHub repository matching operating systems & systems programming · Protocol Resource Deallocation. Refine with filters or upvote what's useful.

Awesome Protocol Resource Deallocation GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nghttp2/nghttp2nghttp2 का अवतार

    nghttp2/nghttp2

    5,009GitHub पर देखें↗

    nghttp2 is a suite of low-level C libraries and tools designed for implementing the HTTP/2 protocol. It provides a memory-efficient implementation of the protocol's core logic, including framing, stream multiplexing, and flow control. The project includes a dedicated library for HPACK header compression and decompression to reduce network bandwidth. It also provides a toolset for analyzing network traffic and benchmarking server performance, including throughput and latency measurements. Its broader capabilities cover protocol implementation and traffic management, including ALPN connection

    nghttp2 deallocates memory and resources used by a header compressor to prevent leaks after the session ends.

    C++
    GitHub पर देखें↗5,009
  1. Home
  2. Operating Systems & Systems Programming
  3. Protocol Resource Deallocation