João Valverde wrote: > I wouldn't consider anything other than C for such a module on > efficiency alone, unless it was a prototype of course. But I have little > knowledge about the Python C API. Cython is your true friend, if only for rapid prototyping. http://cython.org/ Stefan