Skip to content

A simple wrapper class over std::optional for Lazy Loading of Resources

License

Notifications You must be signed in to change notification settings

gopi487krishna/Lazy-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazy-Cpp

A simple wrapper class over std::optional for Lazy Loading of Resources.

For more information about Lazy Loading Pattern please refer to the article Lazy Loading from wikipedia.org

Simply speaking, Lazy Loading initializes a resource only when you need it i.e it follows the philosophy "use it when you need it".

C++ natively does not support Lazy pattern . Hence i wrote a simple wrapper over it.

Getting Started :

About

A simple wrapper class over std::optional for Lazy Loading of Resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published