-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
Description
The internal data structure used by node-cache uses {} it seems that using a Map might be a better choice especially when there are a large amount of key/value pairs, along with TTI expiration.
It looks like it would be pretty straightforward to use Map instead of {}, and could perform better in js environments that have improved the native Map implementation.
Reactions are currently unavailable