[Laszlo-dev] [Laszlo-checkins] r8524 - in openlaszlo/trunk: WEB-INF/lps/lfc/kernel/swf9 WEB-INF/lps/lfc/services WEB-INF/lps/lfc/services/platform/swf9 WEB-INF/lps/lfc/views lps/components/base lps/components/lz test/swf9
P T Withington
ptw at pobox.com
Thu Apr 3 03:49:12 PDT 2008
On 2008-04-02, at 13:52 EDT, hqm at openlaszlo.org wrote:
> + turn swf9 LzKeys into a real static class with static methods and
> vars
Do we have a benchmark that says whether it is better to makes
singletons by having a class with only static properties or having a
class that has only one instance? My intuition is that the latter is
more likely to be optimized.
More information about the Laszlo-dev
mailing list