Changes between Version 6 and Version 7 of git-bigfiles
- Timestamp:
- 03/17/2009 10:09:17 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
git-bigfiles
v6 v7 13 13 * '''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) 14 14 * '''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 18 Git `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)]] 15 21 16 22 == Download ==