Ubuntu – Numpy (np.unique) is taking up so much of space and time for very large arrays, any efficient alternative?
I am using Numpy to do some downsampling processing on a pointcloud file. During this process I am using np.unique to get unique value counts from the array. This is a very large array mind you, with around 36 million…