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 _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor