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

Mild memoize method cleanup #2790

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Conversation

khk-globus
Copy link
Collaborator

Biggest detail is to not rebuild the memoization list every statement, instead opting for the usual .append() and .extend() methods. While here, also remove some unnecessarily forced string interpolation for non-debug logs.

Type of change

  • Code maintenance/cleanup

Biggest detail is to not rebuild memoization list every statement, instead
opting for the usual `.append()` and `.extend()` methods.  While here, also
remove some unnecessarily forced string interpolation for non-debug logs.
@benclifford benclifford merged commit 53e9dac into master Jul 3, 2023
4 checks passed
@benclifford benclifford deleted the mild_memoize_method_cleanup branch July 3, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants