summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bench/from_iter-4-tuple_unbound.py
Commit message (Collapse)AuthorAge
* bench: Add tests for constructing various containers from iterator.Paul Sokolovsky2014-06-19
Both "bound" (like, length known) and "unbound" (length unknown) are tested. All of list, tuple, bytes, bytesarray offer approximately the same performance, with "unbound" case being 30 times slower.