Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document
reimplemented-starmap
performance effects (#7846)
## 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`
- Loading branch information