Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Range and Diet to generate values lazily #74

Merged
merged 2 commits into from Dec 30, 2016
Merged

Refactor Range and Diet to generate values lazily #74

merged 2 commits into from Dec 30, 2016

Conversation

stew
Copy link
Contributor

@stew stew commented Nov 18, 2016

many of the operations in Range and Diet relied on eagerly generating
exhaustinve lists of elements. This commit refactors those to evaluate
their contents lazily, which should have a dramatic reduction of the
amount of garbage generated.

anicolaspp and others added 2 commits November 4, 2016 20:07
many of the operations in Range and Diet relied on eagerly generating
exhaustinve lists of elements. This commit refactors those to evaluate
their contents lazily, which should have a dramatic reduction of the
amount of garbage generated.
@codecov-io
Copy link

codecov-io commented Nov 18, 2016

Current coverage is 46.28% (diff: 67.70%)

Merging #74 into master will decrease coverage by 3.45%

@@             master        #74   diff @@
==========================================
  Files            20         20          
  Lines          1707       1642    -65   
  Methods        1429       1400    -29   
  Messages          0          0          
  Branches        278        242    -36   
==========================================
- Hits            849        760    -89   
- Misses          858        882    +24   
  Partials          0          0          

Powered by Codecov. Last update 0d2c7b2...93ccd74

@stew stew merged commit 12ce452 into master Dec 30, 2016
@larsrh larsrh deleted the range-opt branch September 20, 2018 07:40
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.

None yet

3 participants