aboutsummaryrefslogtreecommitdiff
path: root/tests/bench/arrayop-2-list_map.py
AgeCommit message (Collapse)Author
2014-06-19bench: Add test for map() vs inplace operations in array-likes.Paul Sokolovsky
map() is 5 times slower. That's mostly because of inefficiency of creating containers from iterables of unknown length (like map()).