Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • tests
  • bench
  • from_iter-5-bytes_bound.py
Find file Blame History Permalink
  • Paul Sokolovsky's avatar
    bench: Add tests for constructing various containers from iterator. · 17db0965
    Paul Sokolovsky authored Jun 19, 2014
    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.
    17db0965