1
0
mirror of https://github.com/git/git.git synced 2025-03-20 21:43:02 +00:00
Johannes Schindelin 824f782c3f xdiff/xutils.c(xdl_hash_record): factor out whitespace handling
Since in at least one use case, xdl_hash_record() takes over 15% of the
CPU time, it makes sense to even micro-optimize it. For many cases, no
whitespace special handling is needed, and in these cases we should not
even bother to check for whitespace in _every_ iteration of the loop.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-03-19 22:17:25 -07:00
..
2006-12-02 17:28:19 -08:00
2006-12-02 17:28:19 -08:00
2006-03-25 16:49:58 -08:00
2006-10-16 21:27:44 -07:00
2006-06-23 17:35:27 -07:00
2006-03-25 16:49:58 -08:00
2006-06-23 17:35:27 -07:00