Skip to content

Provide pure lazy functionality for handling/querying extremely large files #40

@quinnj

Description

@quinnj

Currently, the generic read function requires allocating an internal tape large enough to hold the entire json object being parsed; for extremely large objects, this is problematic because we can't allocate an internal tape large enough. We could, however, provide LazyJSON-like functionality by allowing a lazy access to the parsed JSON object/array.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions