|
#1
|
||||
|
||||
|
ADDeX — Advanced Data Deduplication Engine
ADDeX — Advanced Data Deduplication Engine
I’m working on a new data deduplication and compression tool called ADDeX (Advanced Data Deduplication Engine). The goal is to experiment with different levels of duplicate-data detection and compression, with a focus on achieving better compression ratios while allowing the user to control the trade-off between speed, memory usage, and compression efficiency. Current compression modes M1 — Standard: General-purpose compression with reasonable speed and memory usage. M2 — Improved: More aggressive matching for better compression ratios. M3 — Exhaustive: Performs much more intensive matching for maximum compression potential. This mode is significantly more RAM-intensive and can be considerably slower. Available options ADDeX.exe [OPTIONS] <command> <input> <output> Commands: -m1 <input> <output> Standard compression mode -m2 <input> <output> Improved compression mode -m3 <input> <output> Exhaustive compression mode -d <input> <output> Decompress a file -d - - Decompress stdin to stdout -h Display help Compression options: -l<N> Minimum match length Default: 512 | Min: 64 | Max: 1024 -a<N> Alignment Default: 0 | Min: 0 | Max: 2 -b<N> Block size in MB Default: 8 MB Examples ADDeX.exe -m1 input.dat output.addex ADDeX.exe -m2 -l64 -a1 data.bin output.addex ADDeX.exe -m3 -l512 -b16 data.bin output.addex ADDeX.exe -d compressed.addex original.bin type compressed.addex | ADDeX.exe -d - - > output.bin - can be used as a filename to read from stdin or write to stdout, making ADDeX suitable for command-line pipelines. Version: 0.1 Alpha Author: Panker1992 This is an early alpha release, so the format, algorithms, command-line options, and compression behavior are still subject to change. Feedback, testing results, and suggestions are welcome.
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. Last edited by panker1992; Yesterday at 07:12. |
| The Following 8 Users Say Thank You to panker1992 For This Useful Post: | ||
Cesar82 (Yesterday), DomoVoi_96 (Yesterday), KaktoR (Yesterday), kj911 (Yesterday), Mushiiii (Today), Razor12911 (Yesterday), shazzla (Yesterday), Spinneret94 (Today) | ||
| Sponsored Links |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ISApexEx - Unified API for 7z / FreeArc / RAR Extraction and Xdelta3 Patching | BLACKFIRE69 | Conversion Tutorials | 9 | 10-07-2026 04:10 |
| Very Advanced Packing techniques - SFK Live Patch. 'Part 2' | panker1992 | Conversion Tutorials | 4 | 04-06-2024 11:30 |
| How to patch unneeded voiceovers out of Unreal Engine 4 games | Masquerade | Conversion Tutorials | 4 | 30-09-2021 22:38 |
| Data deduplication programs? | shazzla | Conversion Tutorials | 6 | 07-10-2019 14:55 |
| S.T.A.L.K.E.R. Shadow of Chernobyle - Crashing | Cpt.Canuck | General Gaming | 4 | 23-03-2007 12:01 |