[issue1739789] Accelerate attr dict lookups

2010-09-17 Thread Raymond Hettinger
Raymond Hettinger added the comment: This was an interesting idea. Essentially, it created cell-style objects for entries in a global dict so that functions using load_global could access and update the values directly. All dicts paid a price for this, but only module dicts would benefit. A

[issue1739789] Accelerate attr dict lookups

2010-09-17 Thread Mark Lawrence
Mark Lawrence added the comment: Is there any interest in this or can it be closed as implied in msg52790? -- nosy: +BreamoreBoy, rhettinger ___ Python tracker ___ ___

[issue1739789] Accelerate attr dict lookups

2009-03-31 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +collinwinter, jyasskin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1739789] Accelerate attr dict lookups

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low type: -> performance versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___