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

Added A par_chunk_by method #925

Merged
merged 12 commits into from
Mar 24, 2024
Merged

Added A par_chunk_by method #925

merged 12 commits into from
Mar 24, 2024

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    07af65a View commit details
    Browse the repository at this point in the history
  2. Formatting

    jakeKonrad authored and cuviper committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    145711e View commit details
    Browse the repository at this point in the history
  3. Added group_by_mut for slices

    jakeKonrad authored and cuviper committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d440fa8 View commit details
    Browse the repository at this point in the history
  4. Fixed documentation

    jakeKonrad authored and cuviper committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    eb7c368 View commit details
    Browse the repository at this point in the history
  5. Formatting

    jakeKonrad authored and cuviper committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c4a5a9e View commit details
    Browse the repository at this point in the history
  6. Fixed bug

    jakeKonrad authored and cuviper committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    848e759 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d32efe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f223269 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29c9226 View commit details
    Browse the repository at this point in the history
  10. impl Clone for ChunkBy

    cuviper committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e60b57e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad41345 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Rewrite ChunkByProducer to be more like SplitProducer

    In particular, this now ensures we only call the predicate once on
    each pair of items.
    cuviper committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e37ec9e View commit details
    Browse the repository at this point in the history