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

defaulting keys to String and using an efficient HashMap for small data could increase the performance. #152

Open
sandeepjakkaraju opened this issue May 23, 2023 · 2 comments

Comments

@sandeepjakkaraju
Copy link

Dear Sir,

Since most of the JSON keys are string for readability and best practise. It would be efficient to use Strings as keys by default like other JSON libraries. I found that it not only increases Parsing performance (PUT) but also GET operations.

Please consider defaulting keys to String and using an efficient HashMap for small data could increase the performance.

Thanks
Sandeep

Screenshot 2023-05-22 at 5 24 01 PM

@sandeepjakkaraju
Copy link
Author

Screenshot 2023-05-23 at 1 31 15 PM

@sandeepk-nd
Copy link

#153

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

2 participants