Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LruSet implementation #280

Closed
wants to merge 7 commits into from
Closed

Conversation

stevenroose
Copy link

This implementation does not rely on LruMap, as opposed to #279. So it is an alternative to it.

Fixes #278

Because the inherited last getter iterated over the complete set to find the last element. The current implementation gives the last element in constant time.
@yjbanov
Copy link
Member

yjbanov commented Jan 27, 2016

This is new functionality. Let's move it to https://github.com/QuiverDart/quiver_collection, the new home of quiver collections.

@stevenroose
Copy link
Author

Moved to here: googlearchive/quiver_collection#9

@yjbanov yjbanov closed this Apr 3, 2019
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.

2 participants