You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status Quo
Currently, we have implemented a mix of vectorized functions using the .apply() method and functions that include for-loops. For-loops are often easy to read, however, also use more computation time, which is a major drawback. That´s why we want to identify the for-loops that can be vectorized instead.
Action
Skip the TOT code base for functions that include for-loops that can be vectorized and implement a less computation time expensive approach.
The text was updated successfully, but these errors were encountered:
Status Quo
Currently, we have implemented a mix of vectorized functions using the .apply() method and functions that include for-loops. For-loops are often easy to read, however, also use more computation time, which is a major drawback. That´s why we want to identify the for-loops that can be vectorized instead.
Action
Skip the TOT code base for functions that include for-loops that can be vectorized and implement a less computation time expensive approach.
The text was updated successfully, but these errors were encountered: