Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okin/list_comp_bench

Benchmarks for various ways of working with list comprehension
https://github.com/okin/list_comp_bench

Last synced: about 2 months ago
JSON representation

Benchmarks for various ways of working with list comprehension

Awesome Lists containing this project

README

        

list_comp_bench
===============

Benchmarks for various ways of working with list comprehension.

Working in Python 2 and 3.
To achieve this I needed to somehow consume the iterators that Python 3 produces and therefore convert the created iterables to a list.
This alters the "pure" results but because the overhead is applied to all scripts the results still should be comparable.