Wiktionary
lazy initialisation
alt. (context programming English) A creational pattern that uses the tactic of delaying an expensive process, like the creation of an object, until the first time it is needed. n. (context programming English) A creational pattern that uses the tactic of delaying an expensive process, like the creation of an object, until the first time it is needed.