libgit2/tests/pack
Carlos Martín Nieto b3b66c5793 Share packs across repository instances
Opening the same repository multiple times will currently open the same
file multiple times, as well as map the same region of the file multiple
times. This is not necessary, as the packfile data is immutable.

Instead of opening and closing packfiles directly, introduce an
indirection and allocate packfiles globally. This does mean locking on
each packfile open, but we already use this lock for the global mwindow
list so it doesn't introduce a new contention point.
2014-06-23 21:50:36 +02:00
..
indexer.c Test cancel from indexer progress callback 2013-12-11 15:02:20 -08:00
packbuilder.c Fix a bug in the pack::packbuilder suite 2014-05-17 16:58:09 -04:00
sharing.c Share packs across repository instances 2014-06-23 21:50:36 +02:00