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

refactor: reduce bytes copy and allocation of field_buffer #166

Merged
merged 3 commits into from
Mar 17, 2024

Conversation

sunng87
Copy link
Owner

@sunng87 sunng87 commented Mar 16, 2024

The patch further optimises DataRowEncoder that removes field_buffer.

The performance is on-par with previous implementation for small data fields. But for larger text fields, we saw a small improvement.

@sunng87 sunng87 merged commit 1eab1fa into master Mar 17, 2024
6 checks passed
@sunng87 sunng87 deleted the refactor-reuse-bytebuf branch March 17, 2024 21:03
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