• Show log

    Commit

  • Hash : 2d9e6abf
    Author : Stefan Sperling
    Date : 2022-05-04T13:43:24

    store deltas in compressed form while packing, both in memory and cache file
    
    This reduces memory and disk space consumption during packing.
    
    with tweaks + memleak on error fix from op@
    ok op@