On 26 May 2011 14:15, Alex Gaynor <[email protected]> wrote: > Well, IMO the issue is you can end up with a ton of guard_class that are > more precise than you need, plus you have to manually specialize for each > length, whereas with the other approach you can just automatically apply it > to all tuples.
With the class approach, you can store the length on the class, saving some space for each object. -- William Leslie _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
