Skip to content

Bound the size of the bookmark using an LruCache with a fixed constant to prevent unbounded growth #45

Description

@plaidfinch

It's always safe to forget bookmarks. To ensure the file remains a reasonable size, we should bound it to something. 64 KiB? I dunno. And we should evict entries by last-touch time, to ensure that the ones most likely to be relevant still, stay.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions