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

Remove unnecessary deepcopy call #1345

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

plypaul
Copy link
Contributor

@plypaul plypaul commented Jul 19, 2024

This PR removes a deepcopy call that is used when fetching dimensions. The call seems unnecessary as the manifest should not be modified during a query. This call was also found to have a significant impact in performance during profiling.

@cla-bot cla-bot bot added the cla:yes label Jul 19, 2024
@plypaul plypaul marked this pull request as ready for review July 19, 2024 19:29
Copy link
Contributor

@tlento tlento left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh. Yeah, I definitely saw that a long time back and I thought I took it out, must've forgot to do it.

@plypaul plypaul force-pushed the p--query-resolution-perf--14 branch from 65b647a to 960aa3b Compare August 20, 2024 22:35
Base automatically changed from p--query-resolution-perf--14 to main August 20, 2024 22:51
@plypaul plypaul force-pushed the p--query-resolution-perf--15 branch from 01914ca to 631885a Compare September 6, 2024 17:46
@plypaul plypaul merged commit 0ace6d6 into main Sep 6, 2024
15 checks passed
@plypaul plypaul deleted the p--query-resolution-perf--15 branch September 6, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants