Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Improve parser performance #26

@TimJentzsch

Description

@TimJentzsch

Initial benchmarks suggest that KeyValues.parse parser is about 40x slower than JSON.parse. Almost all of this time is attributed to the creation of the AST, the conversion to an object is very fast.

First, the goal should be about 10x of the JSON.parse time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceSomething is too slow or can be faster

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions