-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor and optimize dataprep_connect_abcd_with_scenario()
#7
Comments
Thanks for investigating. In those screenshots, the first is "as-is", and the second is with |
roughly, yes |
@cjyetman I'm happy to move forward with the (The call doesn't need to be soon/ urgent of course) |
I'm struggling to find the scripts I experimented with, which complicates things a bit, but... I think some serious strategizing of how to implement it would be good, like deciding in what order different chunks can/should be done. |
If you'd like to schedule a call with @AlexAxthelm and I, or make use of a Tech Review to discuss this sometime in the next few weeks, I'm open to it! |
Shall we call this closed by #240 ? |
RMI-PACTA/workflow.data.preparation#240? I don't think so. That doesn't seem to actually reduce memory consumption of the function, it just prevents leakage (from objects in the top-level environment) I think that in order to actually close this one, we need to not process the "big blocks" of financial/scenario data, and instead process individual elements ("on-demand"). |
Yeah, this is still something worth doing, hypothetically anyway. |
Sounds good! |
dataprep_connect_abcd_with_scenario()
is the elephant in the room. It's hundreds of lines of code, difficult to understand, and torturously long to run. There's got to be a better way.AB#10867
The text was updated successfully, but these errors were encountered: