Skip to content

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

Description

@sandeepjakkaraju

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions