Skip to content

Increase performance of padded#805

Merged
bbayles merged 1 commit intomore-itertools:masterfrom
james-wasson:padded-improvement
Jan 25, 2024
Merged

Increase performance of padded#805
bbayles merged 1 commit intomore-itertools:masterfrom
james-wasson:padded-improvement

Conversation

@james-wasson
Copy link
Copy Markdown
Contributor

Issue reference

#804

Changes

Increases the performance of the padded method. Main performance gains come from using built in itertools methods and using generators in a more bulk friendly way. See the issue for performance improvement overview.

There are a few caveats to this PR and I would like some advice on how to proceed and what would be considered best practice for this project, please see the issue and leave comments.

@james-wasson james-wasson mentioned this pull request Jan 20, 2024
@bbayles bbayles linked an issue Jan 25, 2024 that may be closed by this pull request
@bbayles bbayles merged commit a6c47a4 into more-itertools:master Jan 25, 2024
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.

Padded Improvement

2 participants