login
Header Space

 
 

Re: [PATCH] Add --show-size to git log to print message size

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: Marco Costalba <mcostalba@...>, Junio C Hamano <junkio@...>
Date: Tuesday, July 17, 2007 - 3:49 am

On Saturday 2007 July 14, Marco Costalba wrote:

Does this really give a speedup?

I'd be surprised, as long as the parse is being done during the output from 
git using the QProcess::readyRead() signal once and only once, then git is 
the bottle neck.  Parsing the stream is almost trivial in comparison to the 
work that git is doing.


Andy
-- 
Dr Andy Parkins, M Eng (hons), MIET
andyparkins@gmail.com
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Add --show-size to git log to print message size, Marco Costalba, (Sat Jul 14, 12:52 pm)
Re: [PATCH] Add --show-size to git log to print message size, Junio C Hamano, (Wed Jul 25, 12:03 am)
Re: [PATCH] Add --show-size to git log to print message size, Andy Parkins, (Tue Jul 17, 3:49 am)
Re: [PATCH] Add --show-size to git log to print message size, Marco Costalba, (Tue Jul 17, 12:36 pm)
speck-geostationary