Jack Diederich wrote:
On Fri, Apr 08, 2005 at 10:14:52PM -0400, David Jones wrote:
I am trying to hunt down the difference in performance between some raw
C++ code and calling the C++ code from Python. My goal is to use Python
to control a bunch of number crunching code, and I need to show that
David Jones wrote:
> Both the C++ executable and python module were linked from the same
> object files, and linked with the same options. The only difference is
> that the Python module is linked with -shared, and the C++ code is not.
[...]
> Some potential causes of my problems:
>
> - linking t
On Fri, Apr 08, 2005 at 10:14:52PM -0400, David Jones wrote:
> I am trying to hunt down the difference in performance between some raw
> C++ code and calling the C++ code from Python. My goal is to use Python
> to control a bunch of number crunching code, and I need to show that
> this will not
Hi,
I am trying to hunt down the difference in performance between some raw
C++ code and calling the C++ code from Python. My goal is to use Python
to control a bunch of number crunching code, and I need to show that
this will not incur a (big) performance hit.
This post includes a description