[Python-ideas] Parametrized any() and all() ? (original) (raw)
Eric Snow ericsnowcurrently at gmail.com
Fri Jan 18 16:54:42 CET 2013
- Previous message: [Python-ideas] Parametrized any() and all() ?
- Next message: [Python-ideas] Parametrized any() and all() ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Jan 18, 2013 at 5:52 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
DSU is great for cases where you need it, but a transformation pipeline is otherwise likely to be faster (or at least not substantially slower).
It took me a sec. :) DSU == "Decorate-Sort-Undecorate". [1]
-eric
[1] http://en.wikipedia.org/wiki/Decorate-sort-undecorate
- Previous message: [Python-ideas] Parametrized any() and all() ?
- Next message: [Python-ideas] Parametrized any() and all() ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]