Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old Yesterday, 05:14
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 571
Thanks: 116
Thanked 907 Times in 326 Posts
panker1992 is on a distinguished road
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.
Attached Files
File Type: 7z ADDeX.7z (269.2 KB, 12 views)
File Type: 7z cls64-ADDeX.7z (26.9 KB, 11 views)
__________________
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.
Reply With Quote
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
  #2  
Old Yesterday, 09:55
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 294
Thanks: 531
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
For a few days im away from my computer.
So....
Whats the de/compression speed compared to srep?
Reply With Quote
  #3  
Old Yesterday, 14:33
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 571
Thanks: 116
Thanked 907 Times in 326 Posts
panker1992 is on a distinguished road
i have no clue i never compared to srep, encoding speed should be 15% faster and decode hould be on par

you guys can run this and tell me
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
shazzla (Yesterday)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 14:31.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com