search results

  1. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/.../15285134/lazy-map-​function-in-python - Cached
  2. An example of the tiny speed advantage of map when using exactly the same function: $ python -mtimeit ... like most functional programming constructs, MAP CAN BE LAZY
    stackoverflow.com/questions/1247486 - Cached
  3. Lazy, recursive generator function (Python recipe) ... This recipe develops a lazy generator function ... #concatenations of left items to right items #map(operator ...
    code.activestate.com/...lazy-recursive-​generator-function - Cached
  4. This behavior can already be accomplished in Python through the use of the map() built-in function ... returning a real Python list. If lazy ...
    www.python.org/dev/peps/pep-0201 - Cached
  5. This is generally a case of a \"lazy ... Re-map Functions at ... From Python 2.4 profile has permitted the time consumed by Python builtins and functions in ...
    wiki.python.org/moin/PythonSpeed/​PerformanceTips - Cached
  6. Two of Python’s built-in functions, map() ... this behaviour is lazy ... that have some of the parameters filled in. Consider a Python function f ...
    docs.python.org/howto/functional.html - Cached
  7. Lazy is good. One Python trend I\'ve noticed quite a bit is the severe under-usage of ... another thing I see is similar use of the map, filter, zip functions, ...
    www.verious.com/tutorial/python-know-​when-to-be-lazy - Cached
  8. Built-in Functions¶ The Python interpreter has a number of functions built into it that are always available. ... if there are multiple arguments, map() ...
    docs.python.org/library/functions.html - Cached
  9. Functional programming in Python becomes lazy. David Mertz, Ph.D. ... many Python developers disparage the traditional FP functions map(), filter(), ...
    gnosis.cx/publish/programming/charming_​python_b13.html - Cached
  10. ... toolkit/ functional.py provides support for a functional style of Python ... functions, lazy ... and lazy equivalents for map, filter ...
    mail.python.org/pipermail/python-​announce-list/2000... - Cached