DavidBruant / project-ideas

0 stars 0 forks source link

Good default memoization #21

Open DavidBruant opened 5 years ago

DavidBruant commented 5 years ago

Most memoize packages on npm, by default, don't have auto-expiring entries and rely on the user to provide this feature This can only lead to memory leaks By default, a memoize library should expire entries after some time without having to configure anything