Consider storing the profile aggregation in the constraints data frames (or somewhere else) #473
Labels
Type: improvement
Better way of doing something
Zone: code architecture
Changes to the structure or fundamentals
What and Why
Right now, we use the function
profile_sum
(and friends) to compute the profile sum. It might be faster to store it into a dataframe (or somewhere else).It should be easier to evaluate this after #344.
Possible Drawbacks
It might use more memory.
Related Issues
No response
The text was updated successfully, but these errors were encountered: