Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Cannot handle large files #42

@dennwc

Description

@dennwc

The driver currently tries to read the whole input file into memory and then writes the result into memory as well. This causes OOM kill for large files.

We should rewrite the driver to stream JSON output instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions