Re: [ANNOUNCE] Public Gitweb Hosting Service

From: Jakub Narebski <jnareb@gmail.com>
Date: 2006-09-20 11:01:14
Petr Baudis wrote:

> There's
> insane amount of tags which means the gitweb summary page takes "a bit"
> long to load, I wonder if using packed refs would improve that.

Using git-for-each-ref would certainly improve speed (one fork vs. one per
tag), using packed refs (by the way, can it be limited to tags only?) will
improve speed further (one IO vs. one IO per tag).

-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git


-
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
Received on Wed Sep 20 11:01:49 2006

This archive was generated by hypermail 2.1.8 : 2006-09-20 11:02:35 EST