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

Add NonEmpty variants of inits and tails #557

Merged
merged 5 commits into from
Nov 28, 2022
Merged

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    0dcde2d View commit details
    Browse the repository at this point in the history
  2. Add NonEmpty variants of inits and tails

    The lazy versions use new implementations:
    - Lazy tails got about 10% faster. (A happy accident!)
    - Lazy inits got much faster:
      - For the first few chunks it is about 50% faster, due to better fusion.
      - When there are many chunks it is about 2.5x faster.
    clyring committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    251cebe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5813fe5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    c2df350 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    b335e6f View commit details
    Browse the repository at this point in the history