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

Draft: filter out false subs #124

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

Draft: filter out false subs #124

wants to merge 2 commits into from

Commits on Jul 9, 2023

  1. Draft: filter out false subs

    This doesn't work because this will always be a cache hit,
    which means that `get_or_insert` never inserts. Thus, I need to either:
    
    1. force an insertion (and dealloc the old node?)
    2. create a new builder?
    3. something else
    
    Forcing an insertion is probably a good idea since I will eventually
    need to do something like that for "picking the best" SDD to store
    at each allocation decision.
    mattxwang committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    60e19cc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Second draft on filtering out false subs

    Now this makes a worse SDD? I'll port over some of these changes to `main` first...
    mattxwang committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0f2380a View commit details
    Browse the repository at this point in the history