All of lore.kernel.org
 help / color / mirror / Atom feed
* Trying base32
@ 2005-04-14  7:26 H. Peter Anvin
  0 siblings, 0 replies; only message in thread
From: H. Peter Anvin @ 2005-04-14  7:26 UTC (permalink / raw)
  To: git

Out of curiosity, I cooked up a version of git which used a flat base32, 
instead of base64, repository.  The goal of this is, of course, to 
provide for compatibility with case-deficient filesystems.

The answer is that the base32 format is measurably slower than base64, 
with a cache-hot checkout time of 19.19 seconds (as compared to 15.68 
for base64.)  So the length of the filenames does matter.

Anyway, I have uploaded the base32 patch onto kernel.org, and I have 
moved all the git patches into:

ftp://ftp.kernel.org/pub/linux/kernel/people/hpa/git/

At this point, though, I would recommend the base64-flat patch.

	-hpa

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-14  7:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-14  7:26 Trying base32 H. Peter Anvin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.