author | Junio C Hamano <junkio@cox.net> | |
Sun, 12 Mar 2006 11:22:10 +0000 (03:22 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 12 Mar 2006 11:22:10 +0000 (03:22 -0800) | ||
commit | c06c79667c9514aed00d29bcd80bd0cee7cc5a25 | |
tree | 75549257a77d8d32859a1128f5d01dce31dd5a3b | tree | snapshot |
parent | ce2a34188b70c2d04ffdc1d9d3acc04d7a35c5c6 | commit | diff |
diffcore-rename: somewhat optimized.
This changes diffcore-rename to reuse statistics information
gathered during similarity estimation, and updates the hashtable
implementation used to keep track of the statistics to be
denser. This seems to give better performance.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This changes diffcore-rename to reuse statistics information
gathered during similarity estimation, and updates the hashtable
implementation used to keep track of the statistics to be
denser. This seems to give better performance.
Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.c | diff | blob | history | |
diffcore-break.c | diff | blob | history | |
diffcore-delta.c | diff | blob | history | |
diffcore-rename.c | diff | blob | history | |
diffcore.h | diff | blob | history |