an Entity in Data Space: lodserver.iula.upf.edu
In computer programming, lazy initialization is the tactic of delaying the creation of an object, the calculation of a value, or some other expensive process until the first time it is needed. It is a kind of lazy evaluation that refers specifically to the instantiation of objects or other resources. In multithreaded code, access to lazy-initialized objects/state must be synchronized to guard against race conditions.
Graph IRI | Count |
---|---|
http://dbpedia.org/resource/Lazy_initialization | 100 |
http://dbpedia.org/class/yago/Structure105726345 | 1 |
http://dbpedia.org/class/yago/Form105930736 | 1 |
http://dbpedia.org/class/yago/WikicatSoftwareDesignPatterns | 1 |
http://dbpedia.org/resource/Software_design_pattern | 1 |
http://dbpedia.org/resource/Computer_programming | 1 |