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

Improve parser performance #26

Open
TimJentzsch opened this issue Jun 30, 2020 · 0 comments
Open

Improve parser performance #26

TimJentzsch opened this issue Jun 30, 2020 · 0 comments
Labels
performance Something is too slow or can be faster

Comments

@TimJentzsch
Copy link
Contributor

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.

@TimJentzsch TimJentzsch added the performance Something is too slow or can be faster label Jun 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
performance Something is too slow or can be faster
Projects
None yet
Development

No branches or pull requests

1 participant