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

builder: align file dump order with prefetch list, fix #1488 #1492

Merged
merged 1 commit into from
Nov 27, 2023

Commits on Nov 22, 2023

  1. builder: align file dump order with prefetch list, fix dragonflyoss#1488

    
    
    1. The dump order for prefetch files does not match the order specified in prefetch list,
    so let's fix it.
    2. The construction of `Prefetch` is slow due to inefficient matching of prefetch patterns,
    By adopting a more efficient data structure, this process has been accelerated.
    3. Unit tests for prefetch are added.
    
    Signed-off-by: Wenhao Ren <wenhaoren@mail.dlut.edu.cn>
    hangvane committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2379ec4 View commit details
    Browse the repository at this point in the history