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

slice_and_maybe_filter performance improvement #6064

Closed
comphead opened this issue Apr 19, 2023 · 0 comments
Closed

slice_and_maybe_filter performance improvement #6064

comphead opened this issue Apr 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@comphead
Copy link
Contributor

Is your feature request related to a problem or challenge?

Followup on #5969 (comment)

slice_and_maybe_filter spends some CPU ticks on vector allocations and can be improved

Describe the solution you'd like

Rewrite slice_and_maybe_filter to avoid excessive vector allocations

Describe alternatives you've considered

None

Additional context

No response

@comphead comphead added the enhancement New feature or request label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant