Space and time of local variable vs. this #608
Replies: 2 comments
-
Posted at 2016-08-18 by @gfwilliams You'd have to do some tests... It'd be close...
But |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-08-18 by @allObjects Thanks. ...somewhat as expected. Here two methods of a singleton that use local _-reference for this.:
...that's why I like 'older' virtual/late-late-binding/interpreted languages that use ^ for noisy return... ;-) ...and old new things for the dredging function: => ...and function / block w/ arguments definition: [ :a :b | ...code using local vars a, b ]. ...some 'good old times' that did not need the curly braces and parenthesis salad... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-08-18 by @allObjects
@gordon, what's your implementation-knowing 'guess'? ...space / memory footprint, time / performance?
Beta Was this translation helpful? Give feedback.
All reactions