Skip to content

Make merges async #38

@steverep

Description

@steverep

For better performance and simpler code:

  1. Consider using through2 package instead of through, and use callbacks instead of emitting events. Alternatively just implement a custom transform stream.
  2. Use asynchronous functions for the transform and flush.

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