Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

The anti-correlation algorithm seems like a plausible heuristic but it can't 
really know more than the user does about the semantic content of the sets.  
Also as Terry pointed out, this will have user visible effects.

This likely should be published as a blog post or recipe.  A user can already 
control the pairing order and do this or something like it themselves.  It is 
more of a technique for using sets that it is a core set algorithm (it reminds 
me of using associativity to optimize chained matrix multiplications, though 
than can be done precisely rather than heuristically).

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue13653>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to