Re: name-rev --stdin is slow

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Daniel Barkalow
Date: Thursday, June 19, 2008 - 4:00 pm

On Fri, 20 Jun 2008, Lea Wiemann wrote:


Ah, okay. There's a startup pass that goes through all of the refs (tags 
in particular), and does stuff with them, but only if they aren't filtered 
out.


It might be possible to collect all of the input, set up the filter, and 
do the (now cheaper) initial pass, but I don't think that would offer any 
real advantage over just collecting them in the caller and calling 
name-rev with a long command line.

	-Daniel
*This .sig left intentionally blank*
--
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:
name-rev --stdin is slow, Lea Wiemann, (Thu Jun 19, 2:10 pm)
Re: name-rev --stdin is slow, Daniel Barkalow, (Thu Jun 19, 3:03 pm)
Re: name-rev --stdin is slow, Lea Wiemann, (Thu Jun 19, 3:09 pm)
Re: name-rev --stdin is slow, Daniel Barkalow, (Thu Jun 19, 4:00 pm)