Skip to content

rs packs read is less efficient when cross multiple packs #12

@unkcpz

Description

@unkcpz

For less files extract from packs rs is efficient, but when extract many files it is getting slow since legacy dos did optimizations like query in one batch and do sorting so pack files is in a local manner that do not need to frequently make syscalls of file operations.

  • sort packs and then offset so the file access are local

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions