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
·
icsharpcode avatar

icsharpcode/SharpZipLib

0
View on GitHub↗
3,913 stele·1,004 fork-uri·C#·MIT·3 vizualizăriicsharpcode.github.io/SharpZipLib↗

SharpZipLib

SharpZipLib este o bibliotecă de compresie și arhivare pentru .NET, utilizată pentru a crea, extrage și gestiona arhive Zip, GZip, Tar și BZip2. Oferă un framework pentru comprimarea și decomprimarea fluxurilor de date și a fișierelor în ecosistemul .NET.

Biblioteca se distinge prin suportul pentru arhive care depășesc limita standard de patru gigaocteți. Include, de asemenea, capabilități pentru decriptarea fișierelor protejate prin parolă folosind criptare standard din industrie și gestionarea arhivelor Tar cu suport pentru nume lungi de fișiere.

Proiectul acoperă o gamă largă de operațiuni de gestionare a arhivelor, inclusiv validarea integrității, căutarea intrărilor și modificarea conținutului arhivelor existente. Capabilitățile sale de compresie acoperă mai mulți algoritmi, inclusiv formatele BZip2, zlib și raw deflate.

Features

  • Zip Archive Management - Provides a comprehensive toolset for creating, compressing, decrypting, and extracting ZIP archives.
  • .NET Compression Libraries - Serves as a comprehensive compression and archiving library implemented for the .NET ecosystem.
  • Deflate Compressors - Implements the DEFLATE algorithm using LZ77 and Huffman coding for efficient data stream compression.
  • Large Data Volume Handling - Supports the creation and extraction of archives that exceed the standard four gigabyte size limit.
  • File Archiving - Bundles multiple files and directories into single containers using Zip or Tar formats.
  • Archive Compression - Compresses files into archives while preserving external file attributes and directory structures.
  • Archive Extractions - Extracts files and reads entry metadata such as comments and timestamps from compressed archives.
  • GZip and BZip2 Implementations - Implements the GZip, zlib, and BZip2 algorithms to compress and decompress data streams.
  • Data Stream Compression - Implements utilities for reading and writing compressed data streams to optimize memory and transmission time.
  • Large Archive Extensions - Manages archives that exceed the standard four gigabyte size limit using extended format specifications.
  • Incremental Stream Processing - Processes compressed data using sequential input and output streams to handle files larger than available system memory.
  • File Compression and Decompression - Reads and writes compressed archives and streams to optimize storage and reduce file size.
  • Gzip Compression - Compresses and decompresses data using GZip, zlib, or raw deflate formats.
  • Offset-Based Addressing - Locates and extracts specific archive entries by calculating relative byte offsets within the compressed structure.
  • Bzip2 Compression - Compresses and decompresses data using the BZip2 algorithm to reduce file size.
  • In-Place Modifications - Allows updating or changing contents within a compressed archive without needing to rebuild the entire file.
  • Tar Archives - Creates and extracts files using the Tar archive format to bundle multiple items into one file.
  • Password-Protected Archive Decryption - Decrypts password-protected files using industry-standard encryption to recover original data.
  • Byte Buffer Pooling - Implements a system for managing byte arrays to minimize memory allocations and garbage collection overhead.
  • Codec Abstractions - Provides a modular architecture that isolates BZip2, GZip, and Zip logic into distinct translation modules.
  • Format Abstraction Interfaces - Uses standardized interfaces to provide a uniform API across different archive formats like Zip, Tar, and GZip.
  • Development Utilities - Library for Zip, GZip, Tar, and BZip2 compression.

Istoric stele

Graficul istoricului de stele pentru icsharpcode/sharpziplibGraficul istoricului de stele pentru icsharpcode/sharpziplib

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru SharpZipLib

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu SharpZipLib.
  • backup/backupAvatar backup

    backup/backup

    4,868Vezi pe GitHub↗

    This project is a Unix backup orchestrator used for modeling and executing full-stack data protection. It functions as a management system for database dumps, encrypted archiving, version rotation, and remote storage transport. The system distinguishes itself by orchestrating native system tools for various databases, including PostgreSQL, MySQL, MongoDB, Redis, and Riak. It employs a secure archive workflow that combines compression and encryption using GPG, OpenSSL, or AES before transporting packages to S3-compatible services, Dropbox, or remote servers via SFTP and RSync. Broad capabilit

    Ruby
    Vezi pe GitHub↗4,868
  • aonez/kekaAvatar aonez

    aonez/Keka

    6,948Vezi pe GitHub↗

    Keka is a file compression and archive extraction utility designed for macOS and iOS. It functions as a tool to shrink the size of files and folders to optimize storage and speed up data transfers. The application serves as an encrypted archive manager, allowing users to protect compressed files with passwords and encryption to ensure private data sharing and secure transmission. The software covers broad capabilities in file archiving, including the ability to compress data into archival formats and unpack various archive formats to restore original content to the local system.

    PHP7ziparchivercompression
    Vezi pe GitHub↗6,948
  • madler/zlibAvatar madler

    madler/zlib

    6,687Vezi pe GitHub↗

    zlib is a lossless data compression library that implements the deflate compression algorithm, combining LZ77 sliding window and Huffman coding. It provides the core compression and decompression engines, along with support for gzip, zlib, and raw deflate stream formats, enabling data to be compressed and restored without any loss of information. The library offers a range of capabilities for handling compressed data, including single-call memory and file operations, as well as incremental stream-based processing for working with data larger than available memory. It includes mechanisms for a

    C
    Vezi pe GitHub↗6,687
  • nodeca/pakoAvatar nodeca

    nodeca/pako

    6,081Vezi pe GitHub↗

    Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip compression and decompression capabilities. It runs in both browser and Node.js environments by using typed arrays and universal JavaScript, avoiding platform-specific APIs for cross-platform compatibility. The library handles data through bitwise operations for Huffman coding and LZ77 matching, and automatically encodes string inputs to UTF-8 before compression while decoding them back on decompression. It supports streaming chunk-based processing, allowing incremental data h

    JavaScript
    Vezi pe GitHub↗6,081
Vezi toate cele 30 alternative pentru SharpZipLib→

Întrebări frecvente

Ce face icsharpcode/sharpziplib?

SharpZipLib este o bibliotecă de compresie și arhivare pentru .NET, utilizată pentru a crea, extrage și gestiona arhive Zip, GZip, Tar și BZip2. Oferă un framework pentru comprimarea și decomprimarea fluxurilor de date și a fișierelor în ecosistemul .NET.

Care sunt principalele funcționalități ale icsharpcode/sharpziplib?

Principalele funcționalități ale icsharpcode/sharpziplib sunt: Zip Archive Management, .NET Compression Libraries, Deflate Compressors, Large Data Volume Handling, File Archiving, Archive Compression, Archive Extractions, GZip and BZip2 Implementations.

Care sunt câteva alternative open-source pentru icsharpcode/sharpziplib?

Alternativele open-source pentru icsharpcode/sharpziplib includ: backup/backup — This project is a Unix backup orchestrator used for modeling and executing full-stack data protection. It functions as… aonez/keka — Keka is a file compression and archive extraction utility designed for macOS and iOS. It functions as a tool to shrink… madler/zlib — zlib is a lossless data compression library that implements the deflate compression algorithm, combining LZ77 sliding… nodeca/pako — Pako is a pure JavaScript compression library that ports the C zlib library to JavaScript, providing deflate and gzip… rocky-linux/rocky — Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a… ziparchive/ziparchive — ZipArchive is a Swift library and file utility designed for compressing and extracting files into zip archives on iOS,…