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

[Java] Optimize Collections.synchronized serialization performance #188

Merged
merged 2 commits into from
May 10, 2023

Conversation

chaokunyang
Copy link
Collaborator

What do these changes do?

This PR optimizes Collections.synchronized serialization performance by using a special serializer, which extract inner collection and serialize for it.

Related issue number

Closes #187

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass, see here for how to run them

@chaokunyang chaokunyang merged commit fd261dc into main May 10, 2023
6 checks passed
@chaokunyang chaokunyang deleted the add_synchronized_serializers branch May 10, 2023 12:13
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

Successfully merging this pull request may close these issues.

[Java] Serialization optimization for Collections.synchronized
1 participant