Code review comment for lp:~mnordhoff/loggerhead/statictuples

Revision history for this message
John A Meinel (jameinel) wrote :

I should also note. I tried hard to make a pure-python StaticTuple just inherit from a regular tuple, so that they would hopefully not have any overhead versus a normal tuple. However, note that we're currently working out some details, and it may have a small amount of overhead.

« Back to merge proposal