Open ArneBachmann opened 7 years ago
Contributed commit 2ab6d9b.
Using [:] in places where the array came into the namespace as a function argument may change things outside the current block. Happened on one place, so be careful with this kind of optimization.
E.g. use array[:] assignment more often to avoid garbage collection and object creation, where possible