An open API service providing repository metadata for many open source software ecosystems.

GitHub / gannasong / SimpleCacheLRU

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.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gannasong%2FSimpleCacheLRU
PURL: pkg:github/gannasong/SimpleCacheLRU

Stars: 0
Forks: 0
Open issues: 0

License: None
Language: Swift
Size: 85.9 KB
Dependencies parsed at: Pending

Created at: almost 4 years ago
Updated at: almost 4 years ago
Pushed at: almost 4 years ago
Last synced at: over 2 years ago

Topics: linked-list, lrucache

    Loading...