[ACCEPTED]-What is the opposite of lazy loading?-lazy-evaluation
Accepted answer
The oposite term for lazy loading is eager loading.
Eager 3 loading is essentially computing the tasks 2 when you ask for it.
Lazy Loading is when 1 you only do the computation when it is required.
I've seen the terms "Eager Loading" and 1 "Aggressive Initialization" both used.
I'd say that the opposite of lazy is proactive loading, i.e. loading 3 something in advance, before it's really 2 needed.
However it's hard to pick the opposites 1 when you have 3 entities {lazy, eager, proactive}
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.