+ Reply to Thread
Results 1 to 4 of 4

Thread: bzip2 dictionary size

  1. #1
    Member Wladmir's Avatar
    Join Date
    Apr 2010
    Location
    Brazil
    Posts
    18

    bzip2 dictionary size

    Is there any way to use the bzip2 compression in 7zip with dictionary size greater than 900kb?

  2. #2
    Member
    Join Date
    Jun 2009
    Location
    Cracov, Poland
    Posts
    713
    No.

    BZip2 format has 9 sizes of blocks to choose, biggest one is 900 KB. Compression can only be improved using some preprocessors like Srep.

  3. #3
    Member
    Join Date
    May 2008
    Location
    Germany
    Posts
    238
    @Piotr_Tarsa

    you are right for the original bzip2 1.0.5

    but for pbzip2 (parallel bzip2)
    from http://compression.ca/pbzip2/
    (fully compatible with the original bzip2)

    it is possible to set a blocksize bigger then 900k

    Usage: pbzip2 [-1 .. -9] [-b#cdfhkp#qrtVz] <filename> <filename2> <filenameN>
    -b# : where # is the file block size in 100k (default 9 = 900k)

    the effect we can see at the following graf

    http://compression.ca/pbzip2/bench-itanium2.gif

    you can see also http://encode.dreamhosters.com/showthread.php?t=253

    best regards

  4. #4
    Member
    Join Date
    Jun 2009
    Location
    Cracov, Poland
    Posts
    713
    I think that with only small changes to BZip2 source code one can release a version with any block size. But official BZip2 supports only 100 KB - 900 KB blocks.

+ Reply to Thread

Similar Threads

  1. Parallel BZIP2 (PBZIP2)
    By joerg in forum Data Compression
    Replies: 21
    Last Post: 19th January 2012, 00:33
  2. bzip2 1.05 optimized compile
    By M4ST3R in forum Download Area
    Replies: 0
    Last Post: 21st September 2009, 20:49
  3. Does rep support >2GB Dictionary size ?
    By SvenBent in forum Data Compression
    Replies: 12
    Last Post: 6th June 2009, 01:08
  4. Noob question about dictionary size (and about rep)
    By SvenBent in forum Data Compression
    Replies: 1
    Last Post: 23rd January 2009, 02:35
  5. Dictionary to Archive Size Question
    By GipFace in forum Data Compression
    Replies: 6
    Last Post: 21st January 2009, 19:03

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