[Python-Dev] More compact dictionaries with faster iteration
Kristján Valur Jónsson
kristjan at ccpgames.com
Mon Dec 10 17:06:23 CET 2012
More information about the Python-Dev mailing list
Mon Dec 10 17:06:23 CET 2012
- Previous message: [Python-Dev] More compact dictionaries with faster iteration
- Next message: [Python-Dev] More compact dictionaries with faster iteration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Indeed, I had to change the dict tuning parameters to make dicts behave reasonably on the PS3. Interesting stuff indeed. > -----Original Message----- > From: Python-Dev [mailto:python-dev- > bounces+kristjan=ccpgames.com at python.org] On Behalf Of Barry Warsaw > Sent: 10. desember 2012 15:28 > To: python-dev at python.org > Subject: Re: [Python-Dev] More compact dictionaries with faster iteration > > I'd be interested to see what effect this has on memory constrained > platforms such as many current ARM applications (mostly likely 32bit for > now). Python's memory consumption is an overheard complaint for folks > developing for those platforms. > > Cheers, > -Barry >
- Previous message: [Python-Dev] More compact dictionaries with faster iteration
- Next message: [Python-Dev] More compact dictionaries with faster iteration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list