View Single Post
  #1  
Old 13-02-2019, 17:05
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
LZO precompressor (Side project)

Hi again guys, here's another procompressor for another algorithm.

Things you should know:
* This thing does not detect every single stream in the game, like specific precompressors like DELZORec when dealing with game titles like Far Cry 3 and 4.
* It's slow af from my opinion but it's first release, probably a few releases down the line, it can be made faster.
* It can be buggy, had problems setting it up, it wasn't like oodle and zstd, for now. I have no idea what causes certain bugs because firstly, I lack samples which produce bugs, I may need help in this department when you come across bugs, do report with helpful information
* For now, I have added support for lzo1x_999 (1-9)
* Max decompressed stream size should be no more than 4MB for it to be detected.

Ran a test on a portion of lzo streams I bundled together and these were results:
Code:
Compressed 1 file, 33,987,678 => 62,617,798 bytes. Ratio 184.24%
Compression time: cpu 0.06 sec/real 19.78 sec = 0%. Speed 1.72 mB/s

Extracted 1 file, 62,617,798 => 33,987,678 bytes. Ratio 184.24%
Extraction time: cpu 0.13 sec/real 3.46 sec = 4%. Speed 9.82 mB/s
Before I forget, I wonder who this guy is
Capture80.PNG
Attached Files
File Type: 7z lzo_rec_R1.7z (998.2 KB, 335 views)

Last edited by Razor12911; 13-02-2019 at 17:10.
Reply With Quote
The Following 25 Users Say Thank You to Razor12911 For This Useful Post:
0xffaded (15-02-2019), 78372 (14-02-2019), Andu21 (14-02-2019), danswano (15-02-2019), darkwolves (13-02-2019), DiCaPrIo (14-02-2019), elit (14-02-2019), hasandgn34 (14-02-2019), JustFun (13-02-2019), KaktoR (14-02-2019), kenzo34 (14-02-2019), lila (16-02-2019), MagixZ (12-03-2019), Mini (14-02-2019), oltjon (14-02-2019), rambohazard (15-02-2019), RAZ0R12911 (13-02-2019), ScOOt3r (18-03-2022), shazzla (14-02-2019), ShivShubh (13-02-2019), Simorq (14-02-2019), st0rm (14-02-2019), vint56 (14-02-2019), yasitha (22-02-2019), ZAZA4EVER (14-02-2019)
Sponsored Links