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

Document reimplemented-starmap performance effects #7846

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

tjkuson
Copy link
Contributor

@tjkuson tjkuson commented Oct 7, 2023

Summary

Document the performance effects of itertools.starmap, including that it is actually slower than comprehensions in Python 3.12.

Closes #7771.

Test Plan

python scripts/check_docs_formatted.py

@tjkuson tjkuson marked this pull request as ready for review October 7, 2023 10:15
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2023

PR Check Results

Ecosystem

✅ ecosystem check detected no changes.

@charliermarsh charliermarsh added the documentation Improvements or additions to documentation label Oct 7, 2023
@charliermarsh charliermarsh merged commit 805fd1b into astral-sh:main Oct 7, 2023
16 checks passed
konstin pushed a commit that referenced this pull request Oct 11, 2023
## Summary

Document the performance effects of `itertools.starmap`, including that
it is actually slower than comprehensions in Python 3.12.

Closes #7771.

## Test Plan

`python scripts/check_docs_formatted.py`
@tjkuson tjkuson deleted the starmap-docs branch March 21, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Doc] reimplemented-starmap does not mention performance
2 participants