""Wolfram A. Kraushaar"" <[EMAIL PROTECTED]> said:

>> rather silly to have them in the code.  Lastly, memset(,0,) is not as 
>> fast as bzero(3).  I've moved several calls from memset(,0,) to 
>> bzero(3) and would suggest the rest of the tree be swept for similar 
>> changes.  
> 
> Hm - bzero is marked deprecated in the Linux Prorammer's Manual and 
> memset should be used instead on Linux...
> So your suggestion seems to be valid for BSD only.

Is bzero really faster? I can't imagine it as being any more than, at
most, a "useless micro-optimization."

Aaron


Reply via email to