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

parallel/pipelined extraction #208

Closed
wants to merge 3 commits into from

Commits on Jul 16, 2024

  1. pipelined extraction

    - initial sketch of lexicographic trie for pipelining
    - move path splitting into a submodule
    - lex trie can now propagate entry data
    - outline handle allocation
    - mostly handle files
    - mostly handle dirs
    - clarify symlink FIXMEs
    - do symlink validation
    - extract writable dir setting to helper method
    - modify args to handle allocation method
    - handle allocation test passes
    - simplify perms a lot
    - outline evaluation
    - handle symlinks
    - BIGGER CHANGE! add EntryReader/etc
    - make initial pipelined extract work
    - fix file perms by writing them after finishing the file write
    - support directory entries by unix mode as well
    - impl split extraction
    - remove dependency on reader refactoring
    cosmicexplorer committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7fbe408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf43e53 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. fix clippy

    cosmicexplorer committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    90a882c View commit details
    Browse the repository at this point in the history