in reply to Re^3: How do I initiate a constant with variable value?
in thread How do I initiate a constant with variable value?
Each module contains some code and also some init code which is executed when module "used". Doesn't this cost time?
Of couse this is not the only one place, I did some profiling and is was the reason why I started thinking about constants since there are so many places with getters and similar things.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How do I initiate a constant with variable value?
by Corion (Patriarch) on Jun 04, 2010 at 14:05 UTC |