Skip to content

Faster unmarshal time#6

Merged
Lunkers merged 2 commits intoEyevinn:mainfrom
CarlLindqvist:FasterUnmarshalTime
Jun 23, 2025
Merged

Faster unmarshal time#6
Lunkers merged 2 commits intoEyevinn:mainfrom
CarlLindqvist:FasterUnmarshalTime

Conversation

@CarlLindqvist
Copy link
Contributor

@CarlLindqvist CarlLindqvist commented Jun 19, 2025

Old version uses strings.Split. This version loops through the bytes and is more efficient. Fewer allocations.

@Lunkers Lunkers merged commit 2d3af20 into Eyevinn:main Jun 23, 2025
4 checks passed
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