Skip to content

perf: only decode bytes to frame for query, execute and batch messages - #163

Merged
ath-08 merged 5 commits into
mainfrom
optimize-codec
Jul 31, 2025
Merged

perf: only decode bytes to frame for query, execute and batch messages#163
ath-08 merged 5 commits into
mainfrom
optimize-codec

Conversation

@ShuranZhang

Copy link
Copy Markdown
Contributor

Skip decoding bytes buffer to frame for unneeded message types.
We still decode entire frame for QUERY, EXECUTE and BATCH for now. Manually decoding is different due to custom payload flag unless we implement a complete set of custom message codec in this repo.

@ShuranZhang ShuranZhang changed the title fix: only decode bytes to frame for query, execute and batch messages perf: only decode bytes to frame for query, execute and batch messages Jul 18, 2025
@ShuranZhang
ShuranZhang requested a review from mayurkale22 July 18, 2025 20:00
mayurkale22
mayurkale22 previously approved these changes Jul 18, 2025
@mayurkale22

Copy link
Copy Markdown
Collaborator

@ath-08 Please review and submit once looks good

@ShuranZhang
ShuranZhang requested a review from ath-08 July 30, 2025 23:43
@ath-08
ath-08 merged commit b0f279d into main Jul 31, 2025
16 checks passed
@ath-08
ath-08 deleted the optimize-codec branch July 31, 2025 01:01
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.

3 participants