[Python-talk] Sockets questions...

Tyson Sawyer tyson at j3.org
Wed Aug 26 22:23:55 EDT 2009


On Wed, Aug 26, 2009 at 9:49 AM, <bruce.labitt at autoliv.com> wrote:
>  Nonetheless, I
> need to use the FFTW library to get the performance required.  (200ms vs.
> 15 sec)*80.

You might consider using boost.python to trivially create python
wrappers for your library.  Then you can just call the library from
Python.

http://www.boost.org/doc/libs/1_39_0/libs/python/doc/index.html

Ty


-- 
Tyson D Sawyer

A strong conviction that something must be done is the parent
of many bad measures.   - Daniel Webster


More information about the Python-talk mailing list