Posts Tagged “performance”

JavaScript Function Memoization

In this post I am going to walk through when you might want to use memoization for your JavaScript functions and how you can easily memoize any function. Before we can go much further, let's define what memoization is.