UnicornsOnLSD/finamp

LRU cache

Open

#825 opened on Jul 27, 2024

View on GitHub
 (8 comments) (3 reactions) (0 assignees)Dart (268 forks)batch import
downloadingeasy fixfeaturehacktoberfesthelp wanted

Repository metrics

Stars
 (3,934 stars)
PR merge metrics
 (Avg merge 68d 5h) (8 merged PRs in 30d)

Description

Related to https://github.com/jmshrv/finamp/issues/520 and https://github.com/jmshrv/finamp/issues/796

Proposal to add a simple least-recently used cache with configurable cache size as a temporary measure to improve on-device caching mecanisms. Would improve low data availability situations for some users.

Contributor guide