On Fri, 2009-06-05 at 12:38 -0400, Bill Nottingham wrote:
> Victor Lowther ([email protected]) said: 
> >> Are we really at a place where we're that worried about 100k? I'd
> >> rather not have to implement all of coreutils in shell where needed.
> >
> > People have this crazy fetish with booting fast.
> 
> And implementing grep in shell makes it faster? It may be, but
> that's certainly not a given. Moreover, I wouldn't be surprised
> if eventually the udev rules or the initramfs will need something
> that's not practical to do with 'while read foo'.

Implementing it in shell isn't a huge speed change either way I'll wager
-- well, maybe with fork + exec costs -- but when you have 200+ clients
boot and pull the initramfs at the same time, smaller is better.

Granted, 100k savings here isn't much, but small savings add up. The big
gains will be from fixing up all the extra modules we load into the
image...
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to