[issue23106] Remove smalltable from set objects

2016-11-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: Based on the performance hit, I am retracting this. -- resolution: -> rejected status: open -> closed ___ Python tracker ___ ___

[issue23106] Remove smalltable from set objects

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: My feeling is that this is worth doing for the code clarity alone but what do others think about it? -- nosy: +BreamoreBoy ___ Python tracker __

[issue23106] Remove smalltable from set objects

2014-12-23 Thread Raymond Hettinger
New submission from Raymond Hettinger: This tracker item is here to record my efforts to re-evaluate whether we were getting much if any benefit from the smalltable in set objects. Removing the smalltable special case and instead using a memory allocation had the following effects: * Nice sim