Skip to content

A function that memoizes the result of a function and caches this result for a limited amount of time.

Notifications You must be signed in to change notification settings

MonikaNovak/Memoization_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memoization

A function that memoizes the result of a function and caches this result for a limited amount of time. The cache key is either defined by provided resolver function or created from the memoized function.

Run npm test to execute the unit tests via Chai.

A general introduction into memoization: https://en.wikipedia.org/wiki/Memoization

About

A function that memoizes the result of a function and caches this result for a limited amount of time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published