Performance tweaks #299

Closed
opened 2023-02-22 09:10:10 +01:00 by mpeltriaux · 1 comment
Owner

Status quo

The code is written to work properly, be easily understandable and therefore maintainable. This readability sometimes comes at the cost of performance.

Enhancement

Look for time consuming routines and calls and try to find a way to reduce runtime on these.

# Status quo The code is written to work properly, be easily understandable and therefore maintainable. This readability sometimes comes at the cost of performance. # Enhancement Look for time consuming routines and calls and try to find a way to reduce runtime on these.
mpeltriaux added the
enhancement
label 2023-02-22 09:10:10 +01:00
mpeltriaux self-assigned this 2023-02-22 09:10:10 +01:00
mpeltriaux added reference 299_Performance_tweaks 2023-02-22 10:54:20 +01:00
Author
Owner

Merged in #302

# Merged in #302
Sign in to join this conversation.
No description provided.