brad schrieb:
> However, other components can be written in a more user friendly, more
> easily maintained language. We've chosen Python for this. The main
> question now is how to pass the computationally heavy info to c++ from
> within Pyhton. os.system is not ideal. Just wondering how other folk
In article <[EMAIL PROTECTED]>, brad <[EMAIL PROTECTED]>
wrote:
> I have some c++ binaries that do rather intense number computations.
> They do it well and rather quickly compared to other languages (not just
> Python). ...
>
> However, other components can be written in a more user friendly,
brad wrote:
I have some c++ binaries that do rather intense number computations.
They do it well and rather quickly compared to other languages (not
just Python). An example:
[EMAIL PROTECTED]:~/$ date && ./compute.cpp.o < 1_million.txt > /dev/null &&
date
Thu May 15 13:08:28 EDT 2008
Thu Ma
I have some c++ binaries that do rather intense number computations.
They do it well and rather quickly compared to other languages (not just
Python). An example:
[EMAIL PROTECTED]:~/$ date && ./compute.cpp.o < 1_million.txt > /dev/null &&
date
Thu May 15 13:08:28 EDT 2008
Thu May 15 13:08:31