Linked by MOS6510 on Thu 10th Jan 2013 23:25 UTC
Thread beginning with comment 548405
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Why? Because it is an expressive programming language
by moondevil on Fri 11th Jan 2013 18:23
in reply to "RE[2]: Why? Because it is an expressive programming language"




Member since:
2006-08-18
Since when is C performance depending on null-terminated string ? God, have you already programmed in C ?
Whenever i'm looking for performance, i never handle strings, but blocks of bytes.
Strings are for "higher-layers", such as sending a file name as a parameter. This kind of usage has zero impact on critical loop performance.