Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/distrib/utils/sysinst



"Perry E. Metzger" wrote:

> David Laight <dsl%netbsd.org@localhost> writes:
> > Change a lot of 'if (strlen(x) == 0)' to 'if (x[0] === 0)'.
> 
> Why bother? Was this performance critical code? The former is clearer
> to the reader.

I guess from a space POV the later takes up less room, which is a
consideration.  Probably not much though, granted...

Simon.
--
Simon Burge                            <simonb%wasabisystems.com@localhost>
NetBSD Support and Service:         http://www.wasabisystems.com/



Home | Main Index | Thread Index | Old Index