Changes between Version 19 and Version 20 of git-bigfiles
- Timestamp:
- 03/24/2009 04:52:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
git-bigfiles
v19 v20 14 14 * '''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) 15 15 * '''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 t wice as fast and uses 3.7times 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) 17 17 * '''git-pack-objects''': do not perform delta computation on big files. 18 18