News

Writing the loop operation in a Cython module provides a way to perform the looping in C, rather than Python, and thus enables dramatic speedups. Note that this is only possible if the types of ...