Hi,
I have a sequence of ice objects in python and want to dump them to a file. Later I want to read in the sequence again.
What is the best way to do that? cPickle is terribly slow.
Since Ice has to perform similar operations when sending sequences over sockets, I assume that there have to be appropriate methods?
Thanks and regards,
Roland

Reply With Quote
