+ Reply to Thread
Results 1 to 5 of 5

Thread: MTCompressor

  1. #1
    Member
    Join Date
    Aug 2011
    Location
    Canada
    Posts
    64

    MTCompressor

    I've just made a new compression program which is focused on speed rather than compression ratio. It is multithreaded for both compression and decompression and uses an LZ variant similar to deflate. Since it is programmed in vb.net, the .net runtime is required to run it. On my laptop, it compresses enwik9 to 370,152,396 bytes in 63.6 seconds using 90mb of memory.
    Attached Files Attached Files

  2. #2
    Expert
    Matt Mahoney's Avatar
    Join Date
    May 2008
    Location
    Melbourne, Florida, USA
    Posts
    1,294
    Can't test in 32 bit Windows.

  3. #3
    Member
    Join Date
    Aug 2011
    Location
    Canada
    Posts
    64
    Here is a build for any CPU type.
    Attached Files Attached Files

  4. #4

  5. #5
    Member
    Join Date
    Aug 2011
    Location
    Canada
    Posts
    64
    Thanks for testing it!

+ Reply to Thread

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