fyosoft's Stars
Cyan4973/FiniteStateEntropy
New generation entropy codecs : Finite State Entropy and Huff0
castle-engine/castle-engine
Cross-platform (desktop, mobile, console) 3D and 2D game engine. Powerful visual editor. Support for glTF, X3D, Spine and more. Fast clean code using modern Pascal. Free and open-source.
inikep/lzbench
lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
synopse/mORMot
Synopse mORMot 1 ORM/SOA/MVC framework - Please upgrade to mORMot 2 !
fundamentalslib/fundamentals5
Fundamentals 5 Code Library for FreePascal and Delphi
landgraf-dev/aws-sdk-delphi
AWS (Amazon Web Services) SDK for Delphi.
ccy/delphi-zip
Delphi System.zip patch with ZIP64 and LZMA supports
romiras/turbo-pascal-archive
Turbo Pascal Archive
landgraf-dev/openapi-delphi-generator
Generate Delphi client SDKs for any REST API defined with the OpenAPI specification.
glinscott/linzip2
A minimal modern LZ compressor example
Hugie/lz4-delphi
Delphi bindings for lz4
stbrumme/smallz4
Optimal LZ4 compression
flydev-fr/ZXing.Delphi.Demo
📷 Delphi - Multiplatform Professional Barcode Scanner Demo App with Autofocus.
PascalVault/Lazarus_Hashing
Checksum & Hashing library for Lazarus
PascalVault/Lazarus_Unpacker
PV_Unpacker - simple pure Pascal library to unpack various archives (ZIP, RAR, LZMA, TAR...)
richox/comprox
An experimental lossless data compression program with high compression ratio.
fundamentalslib/fsif
File System In a File
atelierw/LZ4Delphi
LZ4Delphi
ccy/lzmasdk
LZMA SDK (Software Development Kit) from 7-zip
codersclub/pascal_sources
The site pascal.sources.ru content archive
PascalVault/Lazarus_Packer
PV_Packer - simple pure Pascal library to pack files to various archives (ZIP, RAR, TAR...)
Wiering/Pack
Simple compression / decompression for assets in Pascal / Delphi
TetzkatLipHoka/LZMA
LZMA/LZMA2 for Delphi
lukaszcz/pascaladt
A library of algorithms and data structures for the Free Pascal Compiler.
e-n-f/lzss
Standard and readable implementations of LZSS compression
michaliskambi/grammar-compression
implementation and comparison of Sequitur and Sequential compression algorithms, in Object Pascal.
grtamayo/LZW-Algorithm
C implementations of the Lempel-Ziv-Welch (LZW) algorithm. Lzwg features optional bitsize (default=16) of dictionary string table size (default=65536). Lzwhc is a single file codec, via faster hashing. Note: lzwg uses maximum 1.7GB+ RAM and lzwhc uses maximum 2.4GB+ RAM @ 28-bit dictionary!
taylandogan/cz-bwt
Implementation of the paper "Fast Algorithm of Truncated Burrows-Wheeler Transform Coding for Data Compression of Sensors" by Jiancheng et al.
Freelancer-Sirius-Revival/Mod-Update-Bundler
A bundler to gather and compress mod files via LZMA into one file and incremental update files.
Tango600/Compress
Replic the Unix compress with my features.