Skip to content

Conversation

cool-RR
Copy link
Contributor

@cool-RR cool-RR commented Jun 17, 2020

This is a faster and more idiomatic way of using itertools.chain. Instead of computing all the items in the iterable and storing them in memory, they are computed one-by-one and never stored as a huge list. This can save on both runtime and memory space.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 56.728% when pulling 54e74a3 on cool-RR:patch-1 into 7939037 on ClearcodeHQ:master.

@fizyk fizyk merged commit 1118868 into dbfixtures:master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants