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] Add string serializer #90

Merged
merged 3 commits into from
May 7, 2023
Merged

[Java] Add string serializer #90

merged 3 commits into from
May 7, 2023

Conversation

chaokunyang
Copy link
Collaborator

@chaokunyang chaokunyang commented May 7, 2023

What do these changes do?

This PR add fast string serializer support for java.

Note that cross-language serialization is not optimized in this PR. And java 17 deserialization will have an extra copy compared to java8/11. This copy will be removed in later PR.

Related issue number

Closes #89

#91

Check code requirements

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

@chaokunyang chaokunyang merged commit 4aa62b1 into main May 7, 2023
@chaokunyang chaokunyang deleted the add_string_serializer branch May 7, 2023 08:48
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] Fast string serialization support
1 participant