Skip to content

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

@sandeepjakkaraju

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

Screenshot 2023-05-22 at 5 24 01 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions