It might also be a good application for numpy (http://www.numpy.org/)
Cheers
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
Lizhi Yang wrote:
Since the memory usage for saving huge data using python is not
efficent at all(12 bytes per int). 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,
Since the memory usage for saving huge data using python is not
efficent at all(12 bytes per int). 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.pyt