Performance tweaks #299
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Merged in #302