-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
At the moment the nla()
function takes an array as input and returns the modified array as output, but this creates a lot of allocations inside for
loops. The new function call nla!()
should take in the array to be modified and a preallocated array to store the modified array in. This should remove unneeded allocations and speed up computations.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers