Open kevaundray opened 3 years ago
DivideOnDomain is called multiple times and each time, we allocate a slice to hold the quotient. Instead, we should pass in a pointer and only allocate once
DivideOnDomain is called multiple times and each time, we allocate a slice to hold the quotient. Instead, we should pass in a pointer and only allocate once