Every function should check that the temp array is available with sufficient size. Then we could have a performance option which only creates the temp array if it's required. Right now the temp array will always be created and it depends on how the vector is used if this makes sense or not.
Every function should check that the temp array is available with sufficient size. Then we could have a performance option which only creates the temp array if it's required. Right now the temp array will always be created and it depends on how the vector is used if this makes sense or not.