2009/10/8 Lizhi Yang
> Hi Adam,
>
> One more question, if I want to implement algorithms and load the huge
> amount of data using C++, but using Python as the glue language to
> implement other functionality such as Gui and txt processing, you
> think Boost.python is better or SWIG is better? Hav
Lizhi Yang wrote:
> Confused. If I create some functions using C++ to load the data into
> memory and use python to call those functions, what is the memory
> usage then?
First (obvious) question: how do you call those functions? Do you use
ctypes? Cython? Some other way?
Providing a short code s