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

Use AppendByteOrder to append integers faster #2627

Closed
roman-khimov opened this issue Aug 5, 2022 · 0 comments · Fixed by #3157
Closed

Use AppendByteOrder to append integers faster #2627

roman-khimov opened this issue Aug 5, 2022 · 0 comments · Fixed by #3157
Labels
go Go language related
Milestone

Comments

@roman-khimov
Copy link
Member

I doubt it'll make a lot of difference for us and we usually have more problems prepending integers, but still it's worth using with Go 1.19:
https://pkg.go.dev/encoding/binary#AppendByteOrder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Go language related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant