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

Initial working example of lending iterator for combinations. #682

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 10, 2023

  1. Initial working example of lending iterator for combinations.

    Added benchmarks comparing `combinations` and `combinations_lending`.
    They show the lending implementation is ~1x-7x speed.
    
    Feature works either on or off for conditional compilation.
    Easyoakland committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0eefe16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94857f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Moved common logic for out.

    Combinations lending and non-lending use same function now.
    Easyoakland committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7839cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce1e22a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Comment fix.

    Easyoakland committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    cdf8507 View commit details
    Browse the repository at this point in the history