|
|
|
|
Lazy initialization
Lazy initialization In computer programming, lazy initialization is the tactic of delaying the creation ... it is initialized on the spot. The "lazy factory" In a software design pattern ...
http://en.wikipedia.org/wiki/Lazy_initialization - 4k - Cached - Similar pages
|
Singleton pattern
Singleton pattern In software engineering, the singleton design pattern is designed to restrict instantiation of a ... exist. It is also considered an anti-pattern since it is often used as a ... and just use one instance. The singleton pattern is implemented by creating a class with ... memory or resources until needed. The singleton pattern must be carefully constructed in multi- ...
http://en.wikipedia.org/wiki/Singleton_pattern - 11k - Cached - Similar pages
|
Creational pattern
Creational pattern Design patterns that deal with object instance ... of creational design patterns include: Abstract factory pattern Anonymous subroutine objects pattern Builder pattern Factory method pattern Lazy initialization pattern Prototype pattern Singleton pattern
http://en.wikipedia.org/wiki/Creational_pattern - 1k - Cached - Similar pages
|
Category:Software design patterns
... in this section of this category. Design pattern (computer science) * Design Patterns A Abstract factory pattern Active Record Adapt to adapt Adapter pattern Aggregate pattern Anonymous subroutine objects pattern B Balking pattern Behavioral pattern Bridge ...
http://en.wikipedia.org/wiki/Category:Software_design_patterns - 4k - Cached - Similar pages
|
Double-checked locking
... Double-checked locking is a software design pattern originally known as "double-checked locking optimization." The pattern is usually unsafe on modern computer hardware ... used to reduce locking overhead when implementing "lazy initialization" in a multi-threaded environment. Lazy initialization avoids initializing a value until ...
http://en.wikipedia.org/wiki/Double-checked_locking - 11k - Cached - Similar pages
|
User:Whobot/code2
... encoding # problems. #use utf8; #use encoding 'utf8'; # Initialization use LWP::UserAgent; use HTTP::Cookies; use ... status, @subcats, $includeCategories, $subcat, @junk, $sortkey, $includeSortkey); # -- INITIALIZATION -- $categoryFrom = $_[0]; $categoryTo = $_[1]; $includeCategories ... articleName is a redirect!\n"); } # We're lazy and don't fully parse the document ... existing segments based on a regular expression # pattern, and tags them with the supplied name ... the global variables. sub metaTagInterwiki { my ($tag, $pattern, $i, $meta, $body, @segmentNamesNew, @segmentContentsNew, $name, $ ...
http://en.wikipedia.org/wiki/User:Whobot/code2 - 149k - Cached - Similar pages
|
User:Fakebot
... encoding # problems. #use utf8; #use encoding 'utf8'; # Initialization use LWP::UserAgent; use HTTP::Cookies; use ... status, @subcats, $includeCategories, $subcat, @junk, $sortkey, $includeSortkey); # -- INITIALIZATION -- $categoryFrom = $_[0]; $categoryTo = $_[1]; $includeCategories ... articleName is a redirect!\n"); } # We're lazy and don't fully parse the document ... existing segments based on a regular expression # pattern, and tags them with the supplied name ... the global variables. sub metaTagInterwiki { my ($tag, $pattern, $i, $meta, $body, @segmentNamesNew, @segmentContentsNew, $name, $ ...
http://en.wikipedia.org/wiki/User:Fakebot - 156k - Cached - Similar pages
|
User:Whobot/code
... encoding # problems. #use utf8; #use encoding 'utf8'; # Initialization use LWP::UserAgent; use HTTP::Cookies; use ... subcats, $includeCategories, $subcat, @junk, $sortkey, $includeSortkey, $cfdlisting); # -- INITIALIZATION -- $categoryFrom = $_[0]; $categoryTo = $_[1]; $includeCategories ... articleName is a redirect!\n"); } # We're lazy and don't fully parse the document ... existing segments based on a regular expression # pattern, and tags them with the supplied name ... the global variables. sub metaTagInterwiki { my ($tag, $pattern, $i, $meta, $body, @segmentNamesNew, @segmentContentsNew, $name, $ ...
http://en.wikipedia.org/wiki/User:Whobot/code - 157k - Cached - Similar pages
|
User:Pearle/pearle.pl
... encoding # problems. use utf8; #use encoding 'utf8'; # Initialization use LWP::UserAgent; use HTTP::Cookies; use ... categoryTo, $article, $status, @subcats, $includeCategories, $subcat, @junk); # -- INITIALIZATION -- $categoryFrom = $_[0]; $categoryTo = $_[1]; $includeCategories ... articleName is a redirect!\n"); } # We're lazy and don't fully parse the document ... existing segments based on a regular expression # pattern, and tags them with the supplied name ... the global variables. sub metaTagInterwiki { my ($tag, $pattern, $i, $meta, $body, @segmentNamesNew, @segmentContentsNew, $name, $ ...
http://en.wikipedia.org/wiki/User:Pearle/pearle.pl - 165k - Cached - Similar pages
|
Every day a character (translated from Chinese)
... of the list with a fold operation. Lazy evaluation as a design pattern As well as the formal concept of lazy evaluation in programming languages, lazy evaluation is a design pattern often seen in general computer programming. ...
http://zh.wikipedia.org/wiki/惰性计算 - 10k - Cached (Chinese) - Wikipedia (Chinese) - Similar pages
|
| Page:1 2 Next >> | | |