Skip to content

Performance bad for big JSON files/instances #145

@abentele

Description

@abentele

Because the validation is based on an in-memory representation of the file, I get an OutOfMemoryError if I want to parse a big file with > 1.000.000 objects. Even if the Json is smaller, the memory consumption may be critical for production use.

The validator should be a streaming parser with almost constant memory consumption.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions