Commit 2d9e6abf243a0a1895786fa9002b28d69a0f6fea

Stefan Sperling 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@