[Tutor] Memory usage
Stefan Behnel
stefan_ml at behnel.de
Wed Oct 7 16:59:02 CEST 2009
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 snippet that shows what you are doing will greatly
help in understanding your question better.
Stefan
More information about the Tutor
mailing list