Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Optimize memory allocation with buffer pools and slice reuse #1944
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
base: dev
Are you sure you want to change the base?
Optimize memory allocation with buffer pools and slice reuse #1944
Changes from all commits
640bab92038beb9550805File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 104 in pkg/proxy/parsercmd.go
Remove the 'Get' prefix from this function name.
Check warning on line 398 in pkg/proxy/parsercmd.go
Remove the 'Get' prefix from this function name.
Check warning on line 328 in pkg/proxy/recorder.go
Remove the 'Get' prefix from this function name.
Check warning on line 541 in pkg/proxy/recorder.go
Remove the 'Get' prefix from this function name.
Check failure on line 542 in pkg/proxy/recorder.go
Handle this error explicitly or document why it can be safely ignored.
Check warning on line 74 in pkg/utils/buffer.go
Remove the 'Get' prefix from this function name.
Check failure on line 15 in pkg/utils/buffer_test.go
Define a constant instead of duplicating this literal "Expected non-nil buffer" 3 times.
Check failure on line 22 in pkg/utils/buffer_test.go
Define a constant instead of duplicating this literal "test data" 3 times.
Check failure on line 111 in pkg/utils/buffer_test.go
Define a constant instead of duplicating this literal "hello world" 3 times.
Check warning on line 327 in pkg/zmodem/zsession.go
Remove the 'Get' prefix from this function name.
Check warning on line 336 in pkg/zmodem/zsession.go
Remove the 'Get' prefix from this function name.
Check warning on line 345 in pkg/zmodem/zsession.go
Remove the 'Get' prefix from this function name.