|
#1
|
|||
|
|||
|
Some Compressor
after a long time i opened my project directory and found this
this is the project i did at the start of the year it's a single file compressor which compresses data based on entropy if e = entropy e>=99: store e>=85:zstd e>=50:lzham else: fast-lzma2 it always reads from stdin and write to stdout Last edited by Gupta; 09-06-2018 at 20:09. |
| The Following 14 Users Say Thank You to Gupta For This Useful Post: | ||
-NORO- (10-06-2018), ADMIRAL (26-05-2020), EzzEldin16 (18-06-2018), ffmla (09-06-2018), gozarck (15-06-2018), Jiva newstone (13-06-2018), JRD! (10-06-2018), kassane (10-06-2018), kj911 (11-06-2023), NickX700K (25-04-2019), oltjon (09-06-2018), Sergey3695 (10-06-2018), shazzla (10-06-2018), Siber Pro (09-06-2018) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Nice project!. "-mmc:" is very fast.
Why this compressor is slow? how this work? grouping files by entropy or compress files one by one?. can you make it more faster?. thanks. |
| The Following User Says Thank You to ChronoCross For This Useful Post: | ||
RAZ0R12911 (18-06-2018) | ||
|
#3
|
|||
|
|||
|
Every compressor is set with their highest settings, plus it's fully multithreaded
It's chunk based single file compressor Last edited by Gupta; 19-06-2018 at 01:35. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mini Compressor AIO 2021 | Carldric Clement | Conversion Tutorials | 287 | 08-06-2026 11:29 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| RAYcompressor - the ultimate AIO compressor | rayated | Conversion Tutorials | 38 | 11-04-2018 00:10 |
| Tiny Compressor | 78372 | Conversion Tutorials | 1 | 24-11-2017 13:27 |
| [Tutorial] Making Compressor like BlackBox? | Carldric Clement | Conversion Tutorials | 8 | 15-10-2014 21:50 |