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

[serializer] ActiveJ Serializer is no longer the worlds fastest serializer. #204

Open
alphaqu opened this issue May 5, 2022 · 2 comments

Comments

@alphaqu
Copy link
Contributor

alphaqu commented May 5, 2022

https://github.com/TeamQuantumFusion/Hyphen

Operations per second below.
image

@eduard-vasinskyi
Copy link
Contributor

Hi, @alphaqu
Kudos for your efforts! Hopefully, you had great fun programming your serializer.

Can we take a look at the code of your benchmark? We could not find it anywhere.

Also, could you please elaborate on how you dealt with orders of serialized fields? AFAIK, JVM guarantees no particular order for fields returned by Class#getFields or Class#getDeclaredFields. This could potentially break deserialization on a different machine/JVM.

@alphaqu
Copy link
Contributor Author

alphaqu commented May 9, 2022

The Benchmark code has been lost in time.

Thanks for the heads up. We will update Hyphen to order fields on their name.

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

No branches or pull requests

2 participants