> At 2:01 PM -0500 2000/1/24, John Baldwin wrote:
> 
> >  The new install system is probably going to use zip rather than bzip2.
> 
>       I'm curious as to how a choice like this gets made.  Could you elaborate?

Zip was selected because it's one of the few compressed bundle formats 
that allows for random access within the bundle.  All of the 
stream-compressed tape archive variants require you to start at the 
beginning of the stream and decompress all the way up to the file you 
want, which is highly undesirable in several of the cases that we care 
about.

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime.             \\  [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to