Skip to content

Commit

Permalink
gh-109870: Dataclasses: batch up exec calls (gh-110851)
Browse files Browse the repository at this point in the history
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%.
  • Loading branch information
ericvsmith committed Mar 25, 2024
1 parent 7ebad77 commit 8945b7f
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 144 deletions.

0 comments on commit 8945b7f

Please sign in to comment.