Trained_Compression: added workflows in top comment |
|
More...
|
almost 7 years ago
|
Trained compression: added documentation and test results |
|
More...
|
almost 7 years ago
|
Trained compression: more different tests |
|
More...
|
almost 7 years ago
|
Trained_Compression working |
|
More...
|
almost 7 years ago
|
Added test script |
|
More...
|
almost 7 years ago
|
Implemented Trained_Encoder (and tested a bit) |
|
More...
|
almost 7 years ago
|
Added trained encoder example stub |
|
More...
|
almost 7 years ago
|
Project administration around trained compression |
|
More...
|
almost 7 years ago
|
Added body for Trained_Compression (untested) |
|
More...
|
almost 7 years ago
|
Added a sketch for trained compression |
|
More...
|
almost 7 years ago
|
Doc update |
|
More...
|
almost 7 years ago
|
(Tools) ZipAda with an -e0 option (Store - zero compression) |
|
More...
|
almost 7 years ago
|
LZMA.Decoding: clearer parameter names and modes around LZMA_Decoder_Info |
|
More...
|
almost 7 years ago
|
Updated test_zip_[create_]info_timing.adb |
|
More...
|
almost 7 years ago
|
Enhanced test_zip_info_timing.adb |
|
More...
|
almost 7 years ago
|
Zip directory loading reverted to binary tree (perf. issue of hashed maps & vector detected on comp_zip) |
|
More...
|
almost 7 years ago
|
(Tools) ReZip calls DeflOpt only when Deflate is used |
|
More...
|
almost 7 years ago
|
(Tools) ReZip has a new option for working with internal compression algorithms only |
|
More...
|
almost 7 years ago
|
Comment / white space gardening |
|
More...
|
almost 7 years ago
|
LZMA.Decoding: 'bit' identifier replaced by others |
|
More...
|
almost 7 years ago
|
Source code gardening around lzhuf |
|
More...
|
almost 7 years ago
|
Doc update |
|
More...
|
almost 7 years ago
|
Zip.Create uses a hashed map instead of a binary tree for checking duplicates |
|
More...
|
almost 7 years ago
|
Added test_zip_create_info_timing.adb |
|
More...
|
almost 7 years ago
|
Zip_info: Delete clears dictionary and has a clearer header comment... |
|
More...
|
almost 7 years ago
|
Added another test, test_zip_info_traverse.adb |
|
More...
|
almost 7 years ago
|
Zip info directory: Map with correct Element type... |
|
More...
|
almost 7 years ago
|
Zip info directory: regressed to Vectors+Hash (need to support duplicate entries) |
|
More...
|
almost 7 years ago
|
Zip info.directory: simplification: Ada.Containers.Vectors no more used, only Ada.Containers.Hashed_Maps |
|
More...
|
almost 7 years ago
|
Directories of Zip archives are now using Ada 2005+'s Containers's Vectors and Hashed Maps; loading is much faster on Zip archives with many entries. |
|
More...
|
almost 7 years ago
|