commit | 8945b7ff55b87d11c747af2dad0e3e4d631e62d6 | [log] [tgz] |
---|---|---|
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | Mon Mar 25 19:59:14 2024 -0400 |
committer | GitHub <noreply@github.com> | Mon Mar 25 19:59:14 2024 -0400 |
tree | 1afa87c580d1cd001c096805eeb27da6f6a6bdc3 | |
parent | 7ebad77ad65ab4d5d8d0c333256a882262cec189 [diff] |
gh-109870: Dataclasses: batch up exec calls (gh-110851) Instead of calling `exec()` once for each function added to a dataclass, only call `exec()` once per dataclass. This can lead to speed improvements of up to 20%.