#
lrucache
Here are 3 public repositories matching this topic...
SimpleCacheLRU is a pure Swift Least Recently Used "LRU" Cache. Older items that have not been recently used are discarded from the cache. The time, space complexity is O(1) and thanks to generics any values can be stored.
-
Updated
Sep 27, 2021 - Swift
Improve this page
Add a description, image, and links to the lrucache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lrucache topic, visit your repo's landing page and select "manage topics."