Changes between Version 19 and Version 20 of git-bigfiles


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

fast-import figures are even better than initially thought

Legend:

Unmodified
Added
Removed
Modified
  • git-bigfiles

    v19 v20  
    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 twice as fast and uses 3.7 times less memory with 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)
    1717 * '''git-pack-objects''': do not perform delta computation on big files.
    1818