Memoization, not memorization, is a technique commonly used in functional programming to improve performance of an application. To put it simply, memoization is just caching the result of a function, then whenever that function is invoked again, as l...
9 followers
I'm a Software Engineer who's always looking for something new to learn. I also enjoy teaching others which is why I write educational articles on software engineering topics.