Skip to content
New issue

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

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

Already on GitHub? # to your account

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

Closed
xerial opened this issue Sep 25, 2019 · 1 comment
Closed

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

xerial opened this issue Sep 25, 2019 · 1 comment
Labels
Milestone

Comments

@xerial
Copy link
Member

xerial commented Sep 25, 2019

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

@xerial xerial added this to the Airframe 20 milestone Mar 17, 2020
@xerial xerial mentioned this issue Dec 4, 2020
90 tasks
@xerial xerial modified the milestones: Airframe 20, Airframe 21 Dec 4, 2020
@xerial
Copy link
Member Author

xerial commented Dec 1, 2022

This performance difference has not been an issue as airframe-json is usually processing small amount of data.

@xerial xerial closed this as completed Dec 1, 2022
@xerial xerial added the wontfix label Dec 1, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant