Hi, I am looking at mvpa/datasets/base.py, line 986.
This call to deepcopy has turned up in my current profiling run, and I was thinking about optimizing this somehow. I believe that the deepcopy call is only required when the ids will actually be sorted. I hope I am not missing the point, but I cannot see any other need for the ids to be copied. What are your thought on this? V- _______________________________________________ Pkg-ExpPsy-PyMVPA mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa

