LWN.net Logo

Infinite bloat

Infinite bloat

Posted Jul 25, 2006 1:40 UTC (Tue) by joey (subscriber, #328)
In reply to: Infinite bloat by aegl
Parent article: OLS: On how user space sucks

Shell coders who are really interested in being efficient don't use external commands like /bin/true anyway, when the shell builtin ":" will do the same thing.

(true is also a builtin in bash and dash, but I prefer ":" for space-efficiency also.)

However, your version of gnu true doesn't seem to match mine, which opens only /usr/lib/locale/locale-archive, and which is faster than the zero-byte version.


(Log in to post comments)

Infinite bloat

Posted Jul 25, 2006 12:05 UTC (Tue) by nix (subscriber, #2304) [Link]

That is all GNU libc-version-dependent, and happens before main() is entered.

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds