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

icsharpcode/SharpZipLib

0
View on GitHub↗
3,913 estrellas·1,004 forks·C#·MIT·3 vistasicsharpcode.github.io/SharpZipLib↗

SharpZipLib

SharpZipLib is a .NET compression library and file archiver used to create, extract, and manage Zip, GZip, Tar, and BZip2 archives. It provides a framework for compressing and decompressing data streams and files within the .NET ecosystem.

The library distinguishes itself through support for archives that exceed the standard four gigabyte size limit. It also includes capabilities for decrypting password-protected files using industry-standard encryption and managing Tar archives with long filename support.

The project covers a broad range of archive management operations, including integrity validation, entry searching, and the modification of existing archive contents. Its compression capabilities span multiple algorithms, including BZip2, zlib, and raw deflate formats.

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.

Historial de estrellas

Gráfico del historial de estrellas de icsharpcode/sharpziplibGráfico del historial de estrellas de icsharpcode/sharpziplib

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a SharpZipLib

Proyectos open-source similares, clasificados según cuántas características comparten con SharpZipLib.
  • backup/backupAvatar de backup

    backup/backup

    4,868Ver en 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
    Ver en GitHub↗4,868
  • aonez/kekaAvatar de aonez

    aonez/Keka

    6,948Ver en 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
    Ver en GitHub↗6,948
  • madler/zlibAvatar de madler

    madler/zlib

    6,687Ver en 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
    Ver en GitHub↗6,687
  • nodeca/pakoAvatar de nodeca

    nodeca/pako

    6,081Ver en 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
    Ver en GitHub↗6,081
Ver las 30 alternativas a SharpZipLib→

Preguntas frecuentes

¿Qué hace icsharpcode/sharpziplib?

SharpZipLib is a .NET compression library and file archiver used to create, extract, and manage Zip, GZip, Tar, and BZip2 archives. It provides a framework for compressing and decompressing data streams and files within the .NET ecosystem.

¿Cuáles son las características principales de icsharpcode/sharpziplib?

Las características principales de icsharpcode/sharpziplib son: Zip Archive Management, .NET Compression Libraries, Deflate Compressors, Large Data Volume Handling, File Archiving, Archive Compression, Archive Extractions, GZip and BZip2 Implementations.

¿Qué alternativas de código abierto existen para icsharpcode/sharpziplib?

Las alternativas de código abierto para icsharpcode/sharpziplib incluyen: 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,…