sorting many arrays from one...

Shagshag13 shagshag13 at yahoo.fr
Tue Jul 9 10:25:51 EDT 2002


"Alex Martelli" <aleax at aleax.it>

> I'm not sure how that would save you any storage at all.  Since the
> strings DO need to be stored somewhere anyway, what's saved by using
> their id's rather than just references to them, as Python usually does?

i should have write that i use the same string many times in many files, so i only use its id which is always shorter than my
strings and save storage. And i was wondering if there was a better/efficient way to handle id-string mapping.

> > and again great thanks for all your advices / replies...
> You're welcome!

so just thanks,

s13.





More information about the Python-list mailing list