All Projects → bbqsrc → box

bbqsrc / box

Licence: other
Box - Open Standard Archive Format, a zip killer.

Programming Languages

rust
11053 projects
Gherkin
971 projects

Projects that are alternatives of or similar to box

EasyCompressor
⚡ A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
Stars: ✭ 167 (+339.47%)
Mutual labels:  compression, brotli, snappy, deflate, zstandard
Archiver
Easily create & extract archives, and compress & decompress files of various formats
Stars: ✭ 3,373 (+8776.32%)
Mutual labels:  zip, brotli, snappy, xz, zstandard
pyrus-cramjam
Thin Python wrapper to de/compression algorithms in Rust - lightweight & no dependencies
Stars: ✭ 40 (+5.26%)
Mutual labels:  compression, brotli, snappy, deflate
Compress
Optimized Go Compression Packages
Stars: ✭ 2,478 (+6421.05%)
Mutual labels:  compression, zip, snappy, zstandard
ratarmount
Random Access Read-Only Tar Mount
Stars: ✭ 217 (+471.05%)
Mutual labels:  compression, zip, xz, zstandard
ZRA
ZStandard Random Access (ZRA) allows random access inside an archive compressed using ZStandard
Stars: ✭ 21 (-44.74%)
Mutual labels:  compression, archive, zstandard
zstdmt
Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard
Stars: ✭ 107 (+181.58%)
Mutual labels:  brotli, snappy, zstandard
Zipper
🗳A library to create, read and modify ZIP archive files, written in Swift.
Stars: ✭ 38 (+0%)
Mutual labels:  compression, zip, archive
Peazip
Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard.
Stars: ✭ 827 (+2076.32%)
Mutual labels:  compression, zip, brotli
Libzip
A C library for reading, creating, and modifying zip archives.
Stars: ✭ 379 (+897.37%)
Mutual labels:  compression, zip, archive
Turbobench
Compression Benchmark
Stars: ✭ 211 (+455.26%)
Mutual labels:  compression, zip, brotli
tiny
compress data for better performance
Stars: ✭ 21 (-44.74%)
Mutual labels:  compression, brotli, snappy
ZstdKit
An Objective-C and Swift library for Zstd (Zstandard) compression and decompression.
Stars: ✭ 22 (-42.11%)
Mutual labels:  compression, zstandard
gzipped
Replacement for golang http.FileServer which supports precompressed static assets.
Stars: ✭ 86 (+126.32%)
Mutual labels:  compression, brotli
Perfect-Zip
Perfect Zip compression utility.
Stars: ✭ 20 (-47.37%)
Mutual labels:  compression, zip
compress
compress and uncompress for Deno
Stars: ✭ 29 (-23.68%)
Mutual labels:  zip, deflate
ZeeArchiver
Zee is an efficient and simple to use Android Archiver and decompressor. It can decompress and compress from-to all the formats supported by the well known 7zip utility. Copyright © 2018 Mahmoud Galal , for support contact me:[email protected]
Stars: ✭ 35 (-7.89%)
Mutual labels:  zip, archive
zzlib
zlib-compressed file depacking library in Lua
Stars: ✭ 44 (+15.79%)
Mutual labels:  zip, deflate
power-gzip
POWER9 gzip engine documentation and code samples
Stars: ✭ 16 (-57.89%)
Mutual labels:  compression, deflate
qlZipInfo
MacOSX QuickLook Generator for zip, jar, tar, tar.gz (.tgz), tar.bz2 (.tbz2/.tbz), tar.Z. xar (.xar, .pkg), debian (.deb), RedHat Package Manager (.rpm), 7zip (.7z), xz, Microsoft cabinet (.cab), gzip (.gz), lha, BinHex 4.0 (.hqx), and Stuffit (.sit) archives, and ISO9660 images
Stars: ✭ 47 (+23.68%)
Mutual labels:  compression, zip
⚠️Box is under active development. Do not expect compatibility between versions until v1.0.

Box - Open Standard Archive Format

Actions Status

The .box file format and related tooling is designed to be a modern successor to formats such as .zip and .7z, removing several painpoints and introducing modern features and expectations:

Features

🌉Cross-platform path support, with relative paths only and platform-agnostic separators
🌐UTF-8 only, Unicode normalised path names and string data
🔍FST-based indexing for extremely fast path lookups
👩‍🚀Extensible with space-efficient attributes in key-value pairs for records and whole archives
↔️Configurable optional byte-alignment of files to enable easy memory mapping
💽Inode-based metadata for tree-based structuring, mapping closely to how filesystems work
📁Support for directories, files and links
🗜️Multiple compression methods within a single archive
🖥️A truly cross-platform command line tool
📜Well-defined, open specification of file format (due before v1.0)

Compression methods

Currently supported compression methods:

  • Stored (no compression)
  • Brotli
  • DEFLATE
  • Snappy
  • xz
  • Zstandard

Screenshots

Unix

Windows

Supported platforms

  • Windows
  • macOS
  • Linux
  • iOS
  • Android

License

box-format

The box-format crate is licensed under either of

at your option.

box

The box crate is licensed under

The EUPL is a copyleft, GPL-compatible license managed by the European Union, translated into multiple languages. See this introduction for information about the purpose, objectives and translations of the license. See also the license compatibility matrix.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].