Skip to content

airframe-json: Switch json - msgpack conversion algorithms #741

@xerial

Description

@xerial

For small json data, using JSONValue can be much faster than two-pass msgpack conversion.

And also, using LinkedHashMap of Java can be faster than using Scala's Map for put operations. So we need to redesign JSONObject implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions