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
·

1 repository

Awesome GitHub RepositoriesAllocation-Free Decoding

Decompression implementations that use pre-allocated buffers to avoid garbage collection overhead.

Distinct from Pointer-Free Allocations: The candidates focus on general memory allocators; this is specifically about zero-allocation decompression logic.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Allocation-Free Decoding. Refine with filters or upvote what's useful.

Awesome Allocation-Free Decoding GitHub Repositories

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

    klauspost/compress

    5,525Vezi pe GitHub↗

    This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding. It includes a parallel compression framework for distributing gzip and stream workloads across multiple CPU cores and a specialized Huffman codec optimized for modern CPU architectures. The library features a Zstandard implementation that supports custom dictionaries and allocation-free decoding, alongside a Snappy compatible encoder for high-throughput data processing. It provides specific tools for dictionary generation and optimization to improve compression ratios for smal

    Implements decompression using pre-allocated buffers to eliminate garbage collection overhead during data restoration.

    Gocompressiondecompressiondeflate
    Vezi pe GitHub↗5,525
  1. Home
  2. Operating Systems & Systems Programming
  3. Allocation-Free Decoding