UnicornsOnLSD/finamp

LRU cache

Open

#825 opened on Jul 27, 2024

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

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