Comment #1 on issue 1841 by asmeurer: Replace map() with a list compression in most cases
http://code.google.com/p/sympy/issues/detail?id=1841

As noted in comment 10 of issue 1843, generators, i.e., (x**i for i in range(100)), can often be even more efficient than list comprehensions.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to