In message <[EMAIL PROTECTED]> "Michael C . Wu" writes:
: Thinker thinks that memset() is too costly to use here
: to modify one or two bytes. I agreed with him in that
: filenames can't be that long to justify the memset()
: overhead. However, with today's CPU power, I think
: memset()'s overhead will only be noticeable with a
: large directory filled with data. Please tell Thinker
: what you think.
It is mostly a conceptual thing. You are setting memory or copying
memory. You should use the API for that rather than roll your own.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message