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) |