Moinak Ghosh
|
9eac774eb1
|
Add multithreaded LZMA port from p7zip
Compute balanced thread count between chunk threads and algo threads
Generic way to handle querying algorithm parameters
Clean up unnecessary includes
|
2012-08-18 10:20:52 +05:30 |
|
Moinak Ghosh
|
2c516c009c
|
Fix crash when algo init function returns error.
Fix LZFX error handling.
More updates to README.
|
2012-07-31 21:07:35 +05:30 |
|
Moinak Ghosh
|
296e2ab6b2
|
Add support for LZ4 compression including multi-pass LZ4.
Add missing Read_Adjusted() declaration, was causing a crash with 2GB chunks.
Fix minor cut-paste issues in comments.
|
2012-07-25 21:07:36 +05:30 |
|
Moinak Ghosh
|
53d4311534
|
Make LZFX Hash size dynamic.
Use smaller min rabin block when using fast compression algos.
Add missing check for algo init function return value.
|
2012-07-23 21:43:12 +05:30 |
|
Moinak Ghosh
|
8cfd54fe34
|
Add LZFX Compression support, a very fast lightweight compressor.
Avoid a branch in the rabin loop.
|
2012-07-23 00:15:08 +05:30 |
|