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

refactor: replaced bytes.NewBuffer with bytes.NewBufferString #291

Merged
merged 1 commit into from
Oct 20, 2021
Merged

refactor: replaced bytes.NewBuffer with bytes.NewBufferString #291

merged 1 commit into from
Oct 20, 2021

Conversation

butuzov
Copy link
Contributor

@butuzov butuzov commented Oct 20, 2021

This PR change one function of bytes package with a similar one, as result code
produce less allocations on heap.

This PR change one function of bytes package with a similar one, as result code
produce less allocations on heap.
@butuzov butuzov requested a review from Clivern as a code owner October 20, 2021 06:50
@boring-cyborg
Copy link

boring-cyborg bot commented Oct 20, 2021

Thanks for opening this pull request! Please check out our contributing guidelines.

@Clivern
Copy link
Owner

Clivern commented Oct 20, 2021

Thanks @butuzov

@Clivern Clivern merged commit f4a8cb9 into Clivern:main Oct 20, 2021
@boring-cyborg
Copy link

boring-cyborg bot commented Oct 20, 2021

Awesome work, congrats on your first merged pull request!

@mergify
Copy link
Contributor

mergify bot commented Oct 20, 2021

Nice! PR merged successfully.

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

Successfully merging this pull request may close these issues.

2 participants