13 | | * '''git-p4''': fix abysmal performance when importing big files (operation is now up to 8000 times faster, especially on Win32) |
14 | | * '''fast-import''': do not compute deltas on big files and deflate them on-the-fly (operation is now twice as fast and use 3.7 times less memory) |
| 13 | * '''git-p4''': fix abysmal performance when importing big files (operation is generally 4 times faster, but can be up to 8000 times faster on Win32) |
| 14 | * '''fast-import''': do not compute deltas on big files and deflate them on-the-fly (operation is now twice as fast and uses 3.7 times less memory) |