Changes between Initial Version and Version 1 of Ticket #22937, comment 11
- Timestamp:
- May 11, 2017, 2:26:23 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22937, comment 11
initial v1 8 8 Also in Python2, `map` returns a list, which takes extra time and memory to create. Whereas for the `sum`, you only need a generator object. 9 9 10 I cannot comment so much about the operators .10 I cannot comment so much about the operators as it is a little beyond my expertise.