Click here to Skip to main content
15,893,668 members
Articles / General Programming / Algorithms

Designing A Generic and Modular C++ Memoizer

Rate me:
Please Sign up or sign in to vote.
4.88/5 (8 votes)
24 Oct 2017CPOL9 min read 18.1K   150   14  
This article examines some of the use cases for memoization and shows that a tightly-coupled implementation does not scale well to new applications. It then presents a modular design for a C++ memoization framework that is generic, efficient and extensible to new applications.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions