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 splits/2 using foreach syntax (remove private filter _nwise) #3260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

itchyny
Copy link
Contributor

@itchyny itchyny commented Feb 16, 2025

This commit refactors splits/2 implementation using foreach syntax
and reduces intermediate arrays. This refactoring removes an unnecessary
private (and undocumented) filter _nwise and closes #3148.

This commit refactors `splits/2` implementation using `foreach` syntax
and reduces intermediate arrays. This refactoring removes an unnecessary
private (and undocumented) filter `_nwise` and closes jqlang#3148.
@itchyny itchyny changed the title refactor splits/2 using foreach syntax (remove private filter _nwise) Refactor splits/2 using foreach syntax (remove private filter _nwise) Feb 16, 2025
@itchyny itchyny force-pushed the refactor-splits-2 branch 3 times, most recently from 95ed68f to 66e26e0 Compare February 17, 2025 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

oss-fuzz/issues/detail?id=68056
1 participant