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: implement reslice with stdlib slices package #165

Closed
wants to merge 10 commits into from

Conversation

kruskall
Copy link
Member

@kruskall kruskall commented Sep 28, 2023

Simplify logic using slices.Grow func.

Avoid using vtpool for slice elements since they are never returned to the pool but they are just reset.

kruskall and others added 4 commits February 7, 2024 17:43
avoid using vtpool for slice elements since they are never returned to the pool
Co-authored-by: Carson Ip <carsonip@users.noreply.github.com>
@kruskall kruskall changed the title docs: improve reslice documentation refactor: implement reslice with stdlib slices package Feb 15, 2024
@kruskall kruskall added the safe-to-test Changes are safe to run in the CI label Feb 16, 2024
@kruskall
Copy link
Member Author

Superseded by #327

@kruskall kruskall closed this Jul 29, 2024
@kruskall kruskall deleted the docs/reslice branch July 29, 2024 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe-to-test Changes are safe to run in the CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants