Changes between Version 6 and Version 7 of git-bigfiles


Ignore:
Timestamp:
03/17/09 22:09:17 (4 years ago)
Author:
sam
Comment:

add a memory plot for fast-import

Legend:

Unmodified
Added
Removed
Modified
  • git-bigfiles

    v6 v7  
    1313 * '''git-p4''': fix abysmal performance when importing big files (git-p4 is now generally 4 times faster with big files, but can be up to 8000 times faster on Win32) 
    1414 * '''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) 
     15 
     16== Results == 
     17 
     18Git `fast-import` memory usage and running time when importing a repository with binary files up to 150 MiB: 
     19 
     20[[Image(fast-import-memory.png, 200px)]] 
    1521 
    1622== Download ==