Join Slack
Powered by
<#659 Refactor `strings.NewReader` into bytes to a...
# osctrl
g
GitHub
06/01/2025, 7:29 PM
#659 Refactor `strings.NewReader` into bytes to avoid allocations
Pull request opened by
javuto
Avoid using
strings.NewReader
when
bytes.NewReader
can be used and avoid unnecessary allocation.
jmpsec/osctrl
GitHub
06/01/2025, 7:40 PM
#659 Refactor `strings.NewReader` into bytes to avoid allocations
Pull request merged by
javuto
jmpsec/osctrl
2
Views
Open in Slack
Previous
Next