memos

In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the cached result when the same inputs occur again. Memoization has also been used in other contexts (and for purposes other than speed gains), such as in simple mutually recursive descent parsing. Although related to caching, memoization refers to a specific case of this optimization, distinguishing it from forms of caching such as buffering or page replacement. In the context of some logic programming languages, memoization is also known as tabling.

View More On Wikipedia.org
  • 1

    Gun Ryed

    • Posts
      334
    • Likes
      15
    • Points
      0
  • 1

    maitrii

    Newbie
    • Posts
      1
    • Likes
      0
    • Points
      0
  • Back
    Top