Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible performance improvements. #164

Open
jdalton opened this issue Nov 30, 2017 · 1 comment
Open

Possible performance improvements. #164

jdalton opened this issue Nov 30, 2017 · 1 comment
Assignees
Milestone

Comments

@jdalton
Copy link

jdalton commented Nov 30, 2017

Just a heads up. I stumbled upon the JSON6 package, inspired by JSON5, but claims to be 2x faster. Pinging @d3x0r for details on the perf improvements. My guess is that it deals with char codes instead of string comparisons to get the perf wins but I could be off.

@d3x0r
Copy link

d3x0r commented Nov 30, 2017

Yes, I'm pretty sure that's where the improvement was. The initial port of C code was string comparisons and it was about half the speed it is now.

@jordanbtucker jordanbtucker added this to the v3.0.0 milestone Feb 23, 2022
@jordanbtucker jordanbtucker self-assigned this Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants