|
| Re: Nested functions |
 |
Thu, 20 Sep 2007 15:06:08 +000 |
I did a couple hundred iterations of some identical functions, one with a nested
function within it, the other with the function defined externally. Over 1000
iterations, the nested one came out between 3 and 7ms behind the flat one, which
is small enough to be a statistical anomaly. I'll have to do another test that
tracks memory usage.
I've been naming my nested mapped functions with the same name as the 'parent,'
proceeded by an underscore, such as FuncName() and _FuncName(). I coul |
| Post Reply
|
|
|
|
|
|
|
|
|
|