Talk:Lazy loading

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

example additions[edit]

We really should get an erlang example sense it's so strongly used — Preceding unsigned comment added by 208.177.204.60 (talk) 06:11, 14 November 2012 (UTC)[reply]

merge[edit]

Quoting Talk:Lazy_evaluation#merge:

The articles lazy evaluation, lazy initialization, and lazy loading currently don't clearly draw the distinction between them. Is there a clear distinction between them? If so, the articles should be more wp:obvious as to what that distinction is. If not, then we should merge the articles. --68.0.124.33 (talk) 03:33, 4 March 2009 (UTC)

I agree that lazy initialization and lazy loading need more definition than the examples currently provide.
Lazy evaluation is IMHO more often a compiler, or at least lower-level, term. Mark Hurd (talk) 06:59, 4 March 2009 (UTC)

Mark Hurd (talk) 07:09, 4 March 2009 (UTC)[reply]

Virtual proxy?[edit]

The section "Virtual proxy" doesn't have any content at the moment. Supermagle (talk) 11:11, 16 December 2010 (UTC)[reply]

Thread Safety in Example[edit]

If we're going to show example code, it better be good. Thread unsafe lazy loaded instances (like singletons) are a REALLY common bug. Let's not contribute to perpetuating that. — Preceding unsigned comment added by Amomchilov (talkcontribs) 03:47, 17 November 2016 (UTC)[reply]