Changes between Version 24 and Version 25 of git-bigfiles


Ignore:
Timestamp:
03/24/2009 09:40:49 PM (15 years ago)
Author:
Sam Hocevar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • git-bigfiles

    v24 v25  
    1414 * '''git-p4''': fix poor string building performance when importing big files (git-p4 is now only marginally faster on Linux but 4 to 10 times faster on Win32)
    1515 * '''git-p4''': do not perform keyword replacements on big files
    16  * '''git-fast-import''': avoid computing deltas on big files and deflate them on-the-fly (fast-import is now three times as fast and uses 5 times less memory with big files)
    17  * '''git-pack-objects''': do not perform delta computation on big files (pack-objects is now 10% faster, but there is no memory gain yet)
     16 * '''git-fast-import''': do not perform delta search on big files and deflate them on-the-fly (fast-import is now three times as fast and uses 5 times less memory with big files)
     17 * '''git-pack-objects''': do not perform delta search on big files (pack-objects is now 10% faster, but there is no memory gain yet)
    1818
    1919== Results ==