awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
icsharpcode avatar

icsharpcode/SharpZipLib

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

SharpZipLib

SharpZipLib est une bibliothèque de compression et un archiveur de fichiers .NET utilisé pour créer, extraire et gérer des archives Zip, GZip, Tar et BZip2. Il fournit un framework pour compresser et décompresser des flux de données et des fichiers au sein de l'écosystème .NET.

La bibliothèque se distingue par sa prise en charge des archives dépassant la limite standard de quatre gigaoctets. Elle inclut également des fonctionnalités pour déchiffrer les fichiers protégés par mot de passe en utilisant le chiffrement standard de l'industrie et pour gérer les archives Tar avec prise en charge des noms de fichiers longs.

Le projet couvre un large éventail d'opérations de gestion d'archives, incluant la validation d'intégrité, la recherche d'entrées et la modification du contenu d'archives existantes. Ses capacités de compression couvrent plusieurs algorithmes, dont les formats BZip2, zlib et deflate brut.

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.

Historique des stars

Graphique de l'historique des stars pour icsharpcode/sharpziplibGraphique de l'historique des stars pour icsharpcode/sharpziplib

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à SharpZipLib

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec SharpZipLib.
  • backup/backupAvatar de backup

    backup/backup

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

    aonez/Keka

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

    madler/zlib

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

    nodeca/pako

    6,081Voir sur 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
    Voir sur GitHub↗6,081
Voir les 30 alternatives à SharpZipLib→

Questions fréquentes

Que fait icsharpcode/sharpziplib ?

SharpZipLib est une bibliothèque de compression et un archiveur de fichiers .NET utilisé pour créer, extraire et gérer des archives Zip, GZip, Tar et BZip2. Il fournit un framework pour compresser et décompresser des flux de données et des fichiers au sein de l'écosystème .NET.

Quelles sont les fonctionnalités principales de icsharpcode/sharpziplib ?

Les fonctionnalités principales de icsharpcode/sharpziplib sont : Zip Archive Management, .NET Compression Libraries, Deflate Compressors, Large Data Volume Handling, File Archiving, Archive Compression, Archive Extractions, GZip and BZip2 Implementations.

Quelles sont les alternatives open-source à icsharpcode/sharpziplib ?

Les alternatives open-source à icsharpcode/sharpziplib incluent : 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,…