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

JacksonCodec use recycler pool #5246

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

vietj
Copy link
Member

@vietj vietj commented Jul 7, 2024

The JacksonCodec implementation of toString/toBuffer lacks of efficiency compared to the DatabindCodec implementation which uses the buffer recyler of Jackson.

Update the JacksonCodec implementation to use the buffer recycler instead.

@vietj vietj added this to the 4.5.9 milestone Jul 7, 2024
@vietj vietj force-pushed the jackson-codec-serialization-improvements-4.x branch from fd37a36 to 9d2ac83 Compare July 7, 2024 20:40
…ncy compared to the DatabindCodec implementation which uses the buffer recyler of Jackson.

Update the JacksonCodec implementation to use the buffer recycler instead.
@vietj vietj force-pushed the jackson-codec-serialization-improvements-4.x branch from 9d2ac83 to 612805b Compare July 7, 2024 21:11
@vietj vietj self-assigned this Jul 7, 2024
@vietj vietj merged commit fa52bf4 into 4.x Jul 7, 2024
7 checks passed
@vietj vietj deleted the jackson-codec-serialization-improvements-4.x branch July 7, 2024 21:32
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.

1 participant