slashdb.com
Using API Lazy Loading to Speed Up Client Programs
Lazy loading speeds up client programs by waiting to fetch API data and attributes until each one is needed. Here we'll look at an implementation in Python.
Greg Hilmes