Table of Contents
    Home / Architecture / Dynamic Function Loading
    Architecture 1 min read
    (d -nam ik funk sh&n l d ing) (n.) Also known as lazy loading, the capability to specify which components of a program are called into memory and which components are not called into memory by default when a program is first launched. Dynamic function loading is a method of speeding up the initial load time of a program. Because expansive applications often contain many features that may never be used, this method of loading instructs the system loader to load only the dependent components of a program that are specifically requested. In this way the performance of a program can be improved.

    Was this Article helpful? Yes No