+ Reply to Thread
Page 14 of 14 FirstFirst ... 4121314
Results 391 to 412 of 412

Thread: FreeArc compression suite (4x4, Tornado, REP, Delta, Dict...)

  1. #391
    Member
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    85
    Quote Originally Posted by Bulat Ziganshin View Post
    the drawback is that srep executable will become larger
    This should not be a problem, imho.

    Currently i don't use srep with stdin/out to minimizing the "disk trashing", because this is the only way for me to check the return codes form every step of the compression job (rar wrapper).
    A 1-Pass solution could be useful in many situations.

  2. #392
    Member
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    85
    Quote Originally Posted by Bulat Ziganshin View Post
    >Or compressing same kind of iso's (e.g. all windows7, 2008r2, winpe, versions and variants) ~60gig to 3gig.
    amazing!
    It's not that amazing than it's look like!

    Win7, 2008 using over 90% the same files (at the same service pack level).
    All files are compressed into *.wim files on that isos. The *.wim files are non solid archives.
    So even in compressed state, the files are mostly the same.

    I think exdupe can do the same "magic" here.

  3. #393
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    yes, it's what i mean. the magic is multi-gigabyte range deduplication, so srep, exdupe, or Shelwien's program should perform pretty the same

  4. #394
    Member BetaTester's Avatar
    Join Date
    Dec 2010
    Location
    Brazil
    Posts
    26
    Update on the SREP, means a new version of FreeArc?

  5. #395
    Member
    Join Date
    Dec 2010
    Location
    Scythia :)
    Posts
    9

  6. #396
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    i've set up Mercurial repository: http://source.freearc.org:8002/freearc/, although URL may be changed later

  7. #397
    Member
    Join Date
    Nov 2011
    Location
    Iran
    Posts
    3
    hi all
    compressing FreeArc-0.666-win32.exe using FreeArc-0.666-win32.exe(installed on win7) using gui ,original file size : 7,938,425 bytes
    compressed size using maximum(ccm) : 8,022,826 bytes
    why is that? is it already compressed? with what program/algorithm?

  8. #398
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    algo=lzma, program=nsis installer

  9. #399
    Member
    Join Date
    Dec 2010
    Location
    Scythia :)
    Posts
    9
    Hmmm.. Maybe a SREP 3.0 (x64) bug ?
    Click image for larger version

Name:	srep-bug.png
Views:	118
Size:	47.7 KB
ID:	1853

    Config : Ph II x6 ,8 GB RAM ,W7 x64.

    Edit : Ok. Thanks for the answer.
    Last edited by qqbenko; 19th February 2012 at 22:56.

  10. #400
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    i don't remember exactly, but probably seen it sometimes too. i think it's problem in win7 mem allocation routines

  11. #401
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    SREP 3.01 (March 4, 2012)
    • speed up the 32-bit executable by calculating 32-bit hash (instead of 64-bit); it may hurt speed/compression on very large files

  12. #402
    Member Skymmer's Avatar
    Join Date
    Mar 2009
    Location
    Russia
    Posts
    438
    Its curious what "very large" means here

  13. #403
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    i've tried it on LostPlanets2 archive lp2.pcf: 22,069,494,174 bytes

    -m1:
    srep64: 7,284,431,814 bytes in 151 seconds
    srep32 3.0: 7,284,431,814 bytes in 285 seconds
    srep32 3.01: 7,284,443,650 bytes in 159 seconds


    -m3:
    srep64: 7,009,388,668 bytes in 273 seconds
    srep32 3.0: 7,009,388,668 bytes in 428 seconds
    srep32 3.01: hasn't finished in 2 hours

    probably, it's because reduced 32-bit hash produced too much collisions so srep keeps trying false match candidates. I should collect more stats to understand the situation (why who can help me by doing this work?)

    the stats are required to understand whether the same problem possible in -m1 mode. If -m1 is guaranteed to work fast, i can incorporate into srep32 both matchfinders so that new one automatically used in -m1 mode. It's especially important since freearc 0.80 is expected to include 32-bit srep -m1 engine, so faster hashing will substantially inprove its speed
    Last edited by Bulat Ziganshin; 14th March 2012 at 16:06.

  14. #404
    Member
    Join Date
    Mar 2012
    Location
    Belgium
    Posts
    2

    Noob question

    Hello everyone,

    I'm currently making place on my hhd by compressing some huge files with FreeArc GUI (GTA4 games files at the moment).
    Here's the log:
    Code:
    D:\Apps\FreeArc\bin>FreeArc a -mx -ld1600m -k -s -dpF:\Steam_backup\common -- F:\Steam_backup\common\grand.theft.auto.iv.arc grand theft auto iv\
    FreeArc 0.666 Using additional options: --logfile=D:\Apps\FreeArc\freearc.log --workdir=F:\
    Creating archive: F:\Steam_backup\common\grand.theft.auto.iv.arc using rep:1567440kb+exe+delta+tempfile+lzma:177mb:normal:bt4:128, $obj => rep:1567440kb+delta+tempfile+lzma:177mb:normal:bt4:128, $text => dict:128mb:80%:l8192:m400:s100+lzp:160mb:92%:145:h23:d1mb+ppmd:16:384mb, $wav => tta, $bmp => mm+grzip:8mb:m1:l2048:h15:a
    Memory for compression 1811mb, decompression 1539mb, cache 256kb
    Compressed 5,384 files, 16,542,222,691 => 14,279,881,060 bytes. Ratio 86.3%
    Compression time: cpu 8966.70 secs, real 6515.14 secs. Speed 2,539 kB/s
    86.3% of ratio is not bad and I'd like to give a try with SREP.
    So I extracted srep and srep64 to the bin directory and edited my arc.ini (Future-LZ optimization).

    Now, how can I tell FreeArc GUI to use srep instead of rep ?
    I suppose i have to modify some other lines in arc.ini, but since I'm a noob in compression stuff I prefer asking you the right way to do.

    Hope my English isn't so bad and thank you for helping me.

  15. #405
    Member
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    299
    You can do this with latest alpha: http://freearc.org/Download-Alpha.aspx

  16. #406
    Member
    Join Date
    Mar 2012
    Location
    Belgium
    Posts
    2
    Quote Originally Posted by JangoFatXL View Post
    You can do this with latest alpha: http://freearc.org/Download-Alpha.aspx
    Thanks.
    Here's the result with -mc:rep/srep
    Code:
    Memory for compression 434mb, decompression 352mb, cache 16mb
    Compressed 5,384 files, 16,542,222,691 => 14,323,260,810 bytes. Ratio 86.5%
    Compression time: cpu 1950.12 secs, real 1649.27 secs. Speed 10,030 kB/s
    And the best compression I had (Worms Reloaded)
    Code:
    Memory for compression 434mb, decompression 352mb, cache 16mb
    Compressed 2,333 files, 3,557,700,857 => 505,451,701 bytes. Ratio 14.2%    
    Compression time: cpu 313.72 secs, real 309.53 secs. Speed 11,494 kB/s
    
    Extracted 2,333 files, 505,450,869 => 3,557,700,857 bytes. Ratio 14.2%     
    Directory 22,239 => 71,303 bytes. Ratio 31.1%
    Extraction time: cpu 34.98 secs, real 67.20 secs. Speed 52,942 kB/s

  17. #407
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    finally shared archive i've used a lot for SREP testing: http://freearc.org/download/testdata...rc.pcf.srep.7z

  18. #408
    Member
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    85
    Quote Originally Posted by Bulat Ziganshin View Post
    probably, it's because reduced 32-bit hash produced too much collisions so srep keeps trying false match candidates. I should collect more stats to understand the situation (why who can help me by doing this work?)
    I've done some tests, but I can't reproduce similar problems.
    I tried the 32bit version on my 64bit os, does this matter?
    Does this behavior only occur on 32bit systems?

    Btw, could this be a problem of the -a option? I always use -a1 to save memory.

  19. #409
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    -a: possible, please try without it. if you can download abovementioned 4gb file, you will get the exact 22 gb file on which i found the problem. i'm also working on 64-bit win7, and have 16gb ram, of those 4.5 gb is RAM disk. amount of RAM remaining may be extremely important for reproducing this test (and -a affects this)

  20. #410
    Member
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    85
    I can easily reproduce the srep (32bit v3.01) behavior with you lost planet test file. It doesn't matter witch -a value is set.
    I tested it also with other big files (200gb database) and i have not seen such behavior.

    The first 12gb form the lost planet test file can be reduced by srep to about 6gb and its done very fast.
    The last last 10gb can be reduced to 1gb and the progress is very slow.

    I cut the last 10gb out of the file, and have the exact same behavior, so this is not always happend to "big" files only,
    but maybe only on very high "compressable" files.

  21. #411
    Member
    Join Date
    Mar 2012
    Location
    Paris
    Posts
    3
    Hi Bulat,
    Do you have plan to add directory support to SREP? It would nice to have this feature like exdupe. I prefer SREP because files usually compress better than after using exdupe.
    Thanks

  22. #412
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    no, i plan to add SREP inside FreeArc instead: http://code.google.com/p/freearc/issues/detail?id=235

    and in the latest FreeArc 0.67 you can enable using of external SREP just by enabling the checkbox

+ Reply to Thread
Page 14 of 14 FirstFirst ... 4121314

Similar Threads

  1. Wav Compression in Freearc, from TTA to TAK ?
    By eleria in forum Data Compression
    Replies: 10
    Last Post: 4th February 2010, 23:14
  2. REP and Delta fails with big files
    By SvenBent in forum Data Compression
    Replies: 14
    Last Post: 23rd November 2008, 21:41
  3. 4x4 bug?
    By m^2 in forum Data Compression
    Replies: 11
    Last Post: 15th November 2008, 21:25
  4. Dict preprocessor
    By pat357 in forum Data Compression
    Replies: 2
    Last Post: 23rd June 2008, 22:44
  5. 4x4 - multithreaded compressor
    By Bulat Ziganshin in forum Forum Archive
    Replies: 12
    Last Post: 19th April 2008, 18:25

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts