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 Itertools.counts_by. #515

Merged
merged 6 commits into from Jan 16, 2021
Merged

Commits on Jan 10, 2021

  1. Add Itertools.counts_by

    mmirate committed Jan 10, 2021
    Copy the full SHA
    20b7f57 View commit details
    Browse the repository at this point in the history
  2. Improve brevity+elegance

    at the cost of greater reliance on compiler optimizations.
    mmirate committed Jan 10, 2021
    Copy the full SHA
    7cf4af6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Update src/lib.rs

    mmirate committed Jan 12, 2021
    Copy the full SHA
    8d313d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Update src/lib.rs

    Co-authored-by: Jack Wrenn <me@jswrenn.com>
    mmirate and jswrenn committed Jan 14, 2021
    Copy the full SHA
    eb165f4 View commit details
    Browse the repository at this point in the history
  2. Update src/lib.rs

    mmirate committed Jan 14, 2021
    Copy the full SHA
    738cfd5 View commit details
    Browse the repository at this point in the history
  3. Update lib.rs

    mmirate committed Jan 14, 2021
    Copy the full SHA
    e096095 View commit details
    Browse the repository at this point in the history