Skip to content

Improve speed by parallelizing I/O #152

@ehmicky

Description

@ehmicky

Most of the logic from next-on-netlify is I/O read/write operations. Those are currently performed serially. Performing those in parallel instead would significantly improve performance.

A queue should probably be used so that the OS max limits on open files is not reached.

@lindsaylevine

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: lowtype: chorework needed to keep the product and development running smoothly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions