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

Potential for vectorizing for-loops #44

Open
LeonieFreisinger opened this issue Mar 27, 2023 · 0 comments
Open

Potential for vectorizing for-loops #44

LeonieFreisinger opened this issue Mar 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@LeonieFreisinger
Copy link
Collaborator

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.

@LeonieFreisinger LeonieFreisinger added the enhancement New feature or request label Mar 27, 2023
@LeonieFreisinger LeonieFreisinger changed the title Vectorize all relevant function Potential for vectorizing for-loops Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant