Skip to content

Allow zip FS to seek correctly/optimize LVL I/O #64

@MrSapps

Description

@MrSapps

The zip FS loads entire files to a memory stream which can be quite slow. Instead it should stream and decompress the file on the fly. The LVL archive seeks all over the place during construction which is slow in a compressed file, instead it should load the none contiguous file records on demand.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions