Skip to content

feat: Optimize UUID decoding in decode.rs - #663

Merged
Kriskras99 merged 3 commits into
mainfrom
opt/decode_uuid
Sep 7, 2026
Merged

feat: Optimize UUID decoding in decode.rs#663
Kriskras99 merged 3 commits into
mainfrom
opt/decode_uuid

Conversation

@Kriskras99

Copy link
Copy Markdown
Contributor

This way we don't have to do any allocations or check that the bytes are valid UTF-8.

Comment thread avro/src/decode.rs Outdated
This way we don't have to do any allocations or check that the bytes
are valid UTF-8.
@Kriskras99
Kriskras99 merged commit 3e0ab4b into main Sep 7, 2026
15 of 16 checks passed
@Kriskras99
Kriskras99 deleted the opt/decode_uuid branch September 7, 2026 20:30
@Kriskras99

Copy link
Copy Markdown
Contributor Author

Ignoring the CodeQL issues, they are fixed in a separate PR

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.

2 participants