Talk:Lazy loading
This article is rated Stub-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
|
To-do list for Lazy loading:
|
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)
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)
Virtual proxy?
[edit]The section "Virtual proxy" doesn't have any content at the moment. Supermagle (talk) 11:11, 16 December 2010 (UTC)
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 (talk • contribs) 03:47, 17 November 2016 (UTC)