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

unawareness runtime prefetch #572

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

Commits on Mar 4, 2024

  1. anawareness runtime prefetch

    1. add prefetchlist store prefetchlist storage service.
    2. Modify the optimizer to publish the access file list as a prefetchlist to the storage service when obtaining it.
    
    3. modify http server add lru algo
    4. use echo web framework
    5. modify based on comments
    
    6. get and post prefetchlist in optimizer
    billie60 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ee4d5f0 View commit details
    Browse the repository at this point in the history
  2. unawareness prefetch implementation on snapshotter side

    1. send post request to optimizer
    2. store prefetchlist
    3. add prefetchlist in nydusd
    billie60 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    34bd531 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. modify optimizer test

    billie60 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    394a502 View commit details
    Browse the repository at this point in the history