You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a LruMap but we don't have a time based cache or map. The concepts are similar and it should be easy to add on top of the existing LruMap implementation but it would be good to keep them separate to avoid the extra overhead that often comes with a time based cache. Such implementations can get very sophisticated and difficult to meet every use case, but a simple practical approach would make a nice contribution that would satisfy most typical apps that just need a simple time based Map (e.g., would be useful when building a Map of ephemeral data such as Bluetooth devices or WiFi connections).
The text was updated successfully, but these errors were encountered:
We have a
LruMap
but we don't have a time based cache or map. The concepts are similar and it should be easy to add on top of the existingLruMap
implementation but it would be good to keep them separate to avoid the extra overhead that often comes with a time based cache. Such implementations can get very sophisticated and difficult to meet every use case, but a simple practical approach would make a nice contribution that would satisfy most typical apps that just need a simple time based Map (e.g., would be useful when building a Map of ephemeral data such as Bluetooth devices or WiFi connections).The text was updated successfully, but these errors were encountered: