Skip to content

caching/fifo: add a FIFO strategy#492

Open
omar-polo wants to merge 2 commits into
mainfrom
op/cache-fifo
Open

caching/fifo: add a FIFO strategy#492
omar-polo wants to merge 2 commits into
mainfrom
op/cache-fifo

Conversation

@omar-polo

Copy link
Copy Markdown
Contributor

with the rework in parallel of caching/lru to become a real LRU cache, introduce a FIFO as well so existing consumers can keep the same behavior. The APIs exposed by this package and caching/lru are the same.

@omar-polo

Copy link
Copy Markdown
Contributor Author

p.s. 100% coverage :P

with the rework in parallel of caching/lru to become a *real* LRU
cache, introduce a FIFO as well so existing consumers can keep the
same behavior.  The APIs exposed by this package and caching/lru
are the same.
@poolpOrg

Copy link
Copy Markdown
Contributor

p.s. 100% coverage :P

thanks :-)

@mathieu-plak

Copy link
Copy Markdown
Contributor

Thanks ! Yes at least the prefetcher needs a FIFO as it uses it as a rolling window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants