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

Commits on Nov 5, 2016

  1. optimizations on Range

    anicolaspp committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    4d4ee4d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. Refactor Range and Diet to generate values lazily

    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.
    stew committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    93ccd74 View commit details
    Browse the repository at this point in the history