From: Brian H. <bri...@ql...> - 2003-05-22 18:48:16
|
On Thu, 22 May 2003, Michal Moskal wrote: > String.length is O(1) (with very small ,,1'' :-) You learn something new everyday. In this case, my optimizations to not call String.length are false optimizations and should be removed. Especially as they open the door for "ill-defined behavior" (aka bugs). Brian |