I have nopython @jit function that is working very well with np.arrays.
Now I want to create new np.array in the nopython @jit function and return new array back to python. Could I do such things? Is it OK from memory management and performance point of view?