Re: [PATCH] multi item packed files

2005-04-22 Thread Krzysztof Halasa
t? > 3) files that are likely to be accessed together spread across the whole disk ... across the whole filesystem. Well, probably it isn't best to have git and .iso archives on the same filesystem. -- Krzysztof Halasa - To unsubscribe from this list: send the line "unsubscribe git&qu

Re: [PATCH] multi item packed files

2005-04-22 Thread Krzysztof Halasa
mization would be (in) the underlying filesystem (i.e., the OS thing, or possibly a shared preloaded library?), not git itself. -- Krzysztof Halasa - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] multi item packed files

2005-04-21 Thread Krzysztof Halasa
fic", which is byte-granular. If someone needs better on-disk ratio, (s)he can go with 1 KB filesystem or something like that, without all the added complexity of packing. If we want to optimize that further, I would try doing it at the underlying filesystem level. For example, loop-