Use "speedup" in a sentence

1. As one example, to check if a np.array has any NaNs using numpy, one must call np.any(np.isnan(array)).The :meth:`Bottleneck.anynan` function interleaves the :meth:`np.isnan` check with :meth:`np.any` pre-exit, enabling up to an O(N) speedup relative to numpy