Commit c0f4a0118dd3821447512bf3b404be69c773eaf8

Carlos Martín Nieto 2012-12-19T16:48:12

pack: introduce a delta base cache Many delta bases are re-used. Cache them to avoid inflating the same data repeatedly. This version doesn't limit the amount of entries to store, so it can end up using a considerable amound of memory.