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

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

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

19 रिपॉजिटरी

Awesome GitHub RepositoriesData Compression

Libraries for archiving and reducing data size using various algorithms.

Explore 19 awesome GitHub repositories matching part of an awesome list · Data Compression. Refine with filters or upvote what's useful.

Awesome Data Compression GitHub Repositories

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

    facebook/zstd

    27,259GitHub पर देखें↗

    Zstandard is a lossless data compression library and archive format designed for high compression ratios and fast real-time processing. It functions as a real-time data compressor and multi-threaded compression engine capable of distributing workloads across multiple CPU cores to increase throughput. The system features a dictionary-based compressor that trains on sample data to improve the compression ratio and speed of small files. It also provides long distance pattern matching to identify repeated sequences across large files. The library covers a broad range of capabilities including st

    Reduces the size of data streams in real-time to balance high throughput and efficient compression ratios.

    C
    GitHub पर देखें↗27,259
  • lz4/lz4lz4 का अवतार

    lz4/lz4

    11,882GitHub पर देखें↗

    This project provides a lossless compression algorithm and a byte-oriented compression library designed for high-speed data reduction and maximum decompression speed. It functions as a stream-oriented compression engine, a software library for encoding and decoding data blocks, and a command-line tool for managing interoperable compressed frames. The system distinguishes itself through the use of predefined pattern dictionaries to improve compression ratios for small data sets and small packets. It supports multiple processing modes, including high-speed block compression for minimal latency

    Provides a lossless compression algorithm ensuring perfect recovery of original content with tunable speed and ratio.

    Cccompressionlz4
    GitHub पर देखें↗11,882
  • linkedin/school-of-srelinkedin का अवतार

    linkedin/school-of-sre

    8,093GitHub पर देखें↗

    This project is a comprehensive educational resource and curriculum focused on site reliability engineering, distributed systems, and infrastructure operations. It provides technical guides, a systems engineering course, and instructional manuals designed to teach the principles of managing large-scale computing environments. The curriculum covers high-level architectural design for scalability and resilience, including fault-tolerant infrastructure, high-availability patterns, and microservices decomposition. It emphasizes the practical application of site reliability engineering through the

    Provides guidance on using libraries and algorithms for archiving and reducing data size.

    HTMLgithadooplinux
    GitHub पर देखें↗8,093
  • c3lang/c3cc3lang का अवतार

    c3lang/c3c

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

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    Implements data size reduction using Gzip, Deflate, and Zip algorithms.

    C3c3compilerlanguage
    GitHub पर देखें↗5,147
  • apache/nuttxapache का अवतार

    apache/nuttx

    3,912GitHub पर देखें↗

    NuttX एक POSIX-अनुपालन रीयल-टाइम ऑपरेटिंग सिस्टम है जिसे 8-बिट से 64-बिट आर्किटेक्चर तक के माइक्रोकंट्रोलर्स के लिए डिज़ाइन किया गया है। यह विविध हार्डवेयर लक्ष्यों पर पोर्टेबल कोड निष्पादन सुनिश्चित करने के लिए रीयल-टाइम टास्क शेड्यूलर और POSIX एम्बेडेड कर्नेल के साथ एक डिटरमिनिस्टिक निष्पादन वातावरण प्रदान करता है। यह प्रोजेक्ट एक व्यापक हार्डवेयर एब्स्ट्रैक्शन लेयर के माध्यम से खुद को अलग करता है जो विभिन्न सेमीकंडक्टर चिपसेट्स पर I2C, SPI, CAN और USB के लिए मानकीकृत ड्राइवर्स प्रदान करता है। इसमें TCP, UDP, IPv4 और IPv6 का समर्थन करने वाला एक एम्बेडेड नेटवर्किंग स्टैक भी है, साथ ही Modbus और DroneCAN जैसे औद्योगिक प्रोटोकॉल भी शामिल हैं। सिस्टम ऑन-डिमांड पेजिंग के साथ उन्नत मेमोरी प्रबंधन, सुरक्षित क्रिप्टोग्राफ़िक ऑपरेशन्स और अलग-अलग स्टोरेज प्रकारों के प्रबंधन के लिए एक वर्चुअल फ़ाइल सिस्टम सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह ग्राफिकल यूजर इंटरफेस, ऑडियो सिंथेसिस और कई स्क्रिप्टिंग भाषाओं और WebAssembly वर्कलोड के निष्पादन के लिए उच्च-स्तरीय इंटरफेस को एकीकृत करता है। वातावरण को विशिष्ट बोर्ड कॉन्फ़िगरेशन और सेमीकंडक्टर चिपसेट्स को लक्षित करने के लिए Make या CMake का उपयोग करके बनाया गया है।

    Reduces data size using LZF or zlib compression libraries to optimize storage and bandwidth.

    Cembeddedmcumicrocontroller
    GitHub पर देखें↗3,912
  • synopse/mormotsynopse का अवतार

    synopse/mORMot

    823GitHub पर देखें↗

    Synopse mORMot 1 ORM/SOA/MVC framework - Please upgrade to mORMot 2 !

    High-speed compression units featuring multiple industry-standard algorithms.

    Pascal
    GitHub पर देखें↗823
  • alexcrichton/tar-rsalexcrichton का अवतार

    alexcrichton/tar-rs

    724GitHub पर देखें↗

    Documentation

    Utilities for reading and writing tar archives.

    Rust
    GitHub पर देखें↗724
  • avaneev/lzavavaneev का अवतार

    avaneev/lzav

    534GitHub पर देखें↗

    Fast In-Memory Data Compression Algorithm (header-only C/C++) 480+MB/s compress, 2800+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1

    High-speed LZAV compression algorithm implementation.

    C++
    GitHub पर देखें↗534
  • alexcrichton/bzip2-rsalexcrichton का अवतार

    alexcrichton/bzip2-rs

    169GitHub पर देखें↗

    Documentation

    Bindings for the bzip2 compression library.

    C
    GitHub पर देखें↗169
  • turbopack/abbreviaTurboPack का अवतार

    TurboPack/Abbrevia

    137GitHub पर देखें↗

    Abbrevia is a compression toolkit for Delphi and C++Builder.

    Advanced toolkit for data compression and archiving.

    Pascal
    GitHub पर देखें↗137
  • alexanderbagel/fwzipAlexanderBagel का अवतार

    AlexanderBagel/FWZip

    64GitHub पर देखें↗

    Набор классов для архивирования.

    Work with Zip archives using standard compression methods.

    Pascal
    GitHub पर देखें↗64
  • jzebedee/thumbhashJ

    jzebedee/ThumbHash

    0GitHub पर देखें↗

    Compact image placeholder representation for data storage.

    GitHub पर देखें↗0
  • brantburnett/snappierB

    brantburnett/Snappier

    0GitHub पर देखें↗

    Native .NET port of the Snappy compression format.

    GitHub पर देखें↗0
  • jaime-olivares/zipstorerJ

    jaime-olivares/zipstorer

    0GitHub पर देखें↗

    Lightweight library for creating and reading ZIP files.

    GitHub पर देखें↗0
  • mjebrahimi/easycompressorM

    mjebrahimi/EasyCompressor

    0GitHub पर देखें↗

    High-level abstraction for various compression algorithms.

    GitHub पर देखें↗0
  • cysharp/nativecompressionsC

    Cysharp/NativeCompressions

    0GitHub पर देखें↗

    High-performance native compression bindings for .NET.

    GitHub पर देखें↗0
  • ikpil/dotfastlzI

    ikpil/DotFastLZ

    0GitHub पर देखें↗

    FastLZ implementation for .NET environments.

    GitHub पर देखें↗0
  • ikpil/dotcompressorbenchmarkI

    ikpil/DotCompressorBenchmark

    0GitHub पर देखें↗

    Performance benchmarking suite for .NET compression libraries.

    GitHub पर देखें↗0
  • lifthrasiir/rust-ziplifthrasiir का अवतार

    lifthrasiir/rust-zip

    2GitHub पर देखें↗

    A simple rust library to read and write Zip archives, which is also my pet project for learning Rust. At the moment you can list the files in a Zip archive, as well as extracting them if they are either stored (uncompressed) or deflated, but I plan to add write support soon.

    Support for reading and writing ZIP archives.

    Rust
    GitHub पर देखें↗2
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Data Compression

सब-टैग एक्सप्लोर करें

  • Real-TimeThe application of compression specifically for live data streams to maintain high throughput. **Distinct from Data Compression:** Focuses on the operational context of real-time streams rather than just the general library capability.