On 4/26/06, Antoine Pitrou <[EMAIL PROTECTED]> wrote: > That's why I said "*significantly* more efficient" : I think both 3-int > lists and 3-int sets are fast enough, aren't they ?
Raymond H should answer this; my memory is that he changed some library code (or the compiler as a peephole optimization?) to use frozensets instead of listeral lists or tuples -- and then changed it back, because for 3 item sets, it was a loss. -jJ _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
