Skip to content

Parser inefficiencies due to re-creating the parser every time an offset or jump in position is needed. #552

Open
@ILOVEPIE

Description

@ILOVEPIE

Possible Solution

Add a stack to the parser that we can push the current position of the cursor onto and then pop it back off when we are done reading the data.

Context

This issue slows down the parser and creates extra/unnecessary memory usage.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions