Skip to content

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
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