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 unmarshal_unsafe option to reduce allocs on Protobuf unmarshalling #21

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

FZambia
Copy link
Member

@FZambia FZambia commented Mar 12, 2024

Before:

BenchmarkReplyProtobufUnmarshal-12            	 6853702	       163.2 ns/op	     277 B/op	       3 allocs/op
BenchmarkReplyProtobufUnmarshalParallel-12    	13072430	        89.92 ns/op	     277 B/op	       3 allocs/op

After:

BenchmarkReplyProtobufUnmarshal-12            	 8410488	       141.0 ns/op	     272 B/op	       2 allocs/op
BenchmarkReplyProtobufUnmarshalParallel-12    	14639738	        81.16 ns/op	     272 B/op	       2 allocs/op

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.

None yet

1 participant