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

Any performance comparison #1

Open
zysimplelife opened this issue May 9, 2022 · 1 comment
Open

Any performance comparison #1

zysimplelife opened this issue May 9, 2022 · 1 comment

Comments

@zysimplelife
Copy link

HI

I would like to ask if you have got any performance comparison between this one and the original one with native golang package.

best regards
Yong

@jsimnz
Copy link
Contributor

jsimnz commented May 9, 2022

I haven't done any formal benchmark analysis of this package as it wasn't an immediate goal for us.

I will say that this package internally uses fastjson which is designed to be performant in comparison to the native golang json package. You can read more about that here.

However, we only used this package since it didn't rely on reflect which was a blocker for our use case.

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