0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Trained_Compression: added workflows in top comment
gautier_bd
as gdemont
More... almost 7 years ago
Trained compression: added documentation and test results
gautier_bd
as gdemont
More... almost 7 years ago
Trained compression: more different tests
gautier_bd
as gdemont
More... almost 7 years ago
Trained_Compression working
gautier_bd
as gdemont
More... almost 7 years ago
Added test script
gautier_bd
as gdemont
More... almost 7 years ago
Implemented Trained_Encoder (and tested a bit)
gautier_bd
as gdemont
More... almost 7 years ago
Added trained encoder example stub
gautier_bd
as gdemont
More... almost 7 years ago
Project administration around trained compression
gautier_bd
as gdemont
More... almost 7 years ago
Added body for Trained_Compression (untested)
gautier_bd
as gdemont
More... almost 7 years ago
Added a sketch for trained compression
gautier_bd
as gdemont
More... almost 7 years ago
Doc update
gautier_bd
as gdemont
More... almost 7 years ago
(Tools) ZipAda with an -e0 option (Store - zero compression)
gautier_bd
as gdemont
More... almost 7 years ago
LZMA.Decoding: clearer parameter names and modes around LZMA_Decoder_Info
gautier_bd
as gdemont
More... almost 7 years ago
Updated test_zip_[create_]info_timing.adb
gautier_bd
as gdemont
More... almost 7 years ago
Enhanced test_zip_info_timing.adb
gautier_bd
as gdemont
More... almost 7 years ago
Zip directory loading reverted to binary tree (perf. issue of hashed maps & vector detected on comp_zip)
gautier_bd
as gdemont
More... almost 7 years ago
(Tools) ReZip calls DeflOpt only when Deflate is used
gautier_bd
as gdemont
More... almost 7 years ago
(Tools) ReZip has a new option for working with internal compression algorithms only
gautier_bd
as gdemont
More... almost 7 years ago
Comment / white space gardening
gautier_bd
as gdemont
More... almost 7 years ago
LZMA.Decoding: 'bit' identifier replaced by others
gautier_bd
as gdemont
More... almost 7 years ago
Source code gardening around lzhuf
gautier_bd
as gdemont
More... almost 7 years ago
Doc update
gautier_bd
as gdemont
More... almost 7 years ago
Zip.Create uses a hashed map instead of a binary tree for checking duplicates
gautier_bd
as gdemont
More... almost 7 years ago
Added test_zip_create_info_timing.adb
gautier_bd
as gdemont
More... almost 7 years ago
Zip_info: Delete clears dictionary and has a clearer header comment...
gautier_bd
as gdemont
More... almost 7 years ago
Added another test, test_zip_info_traverse.adb
gautier_bd
as gdemont
More... almost 7 years ago
Zip info directory: Map with correct Element type...
gautier_bd
as gdemont
More... almost 7 years ago
Zip info directory: regressed to Vectors+Hash (need to support duplicate entries)
gautier_bd
as gdemont
More... almost 7 years ago
Zip info.directory: simplification: Ada.Containers.Vectors no more used, only Ada.Containers.Hashed_Maps
gautier_bd
as gdemont
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.
gautier_bd
as gdemont
More... almost 7 years ago