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 keep_slow option to Buffer #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add keep_slow option to Buffer #16

wants to merge 2 commits into from

Conversation

mrocklin
Copy link
Member

keep_slow: bool, optional
    if true then we keep values in the slow dict rather than remove them.
    This can improve performance for repeated storage, but takes up
    more space.

    keep_slow: bool, optional
        if true then we keep values in the slow dict rather than remove them.
        This can improve performance for repeated storage, but takes up
        more space.
@martindurant
Copy link
Member

Should this be closed as very stale?

Base automatically changed from master to main February 10, 2021 01:04
@crusaderky
Copy link
Collaborator

FWIW I implemented the same functionality in #80

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