Skip to content

Audit for missing fold implementations.  #755

Open
@jswrenn

Description

@jswrenn

Implementing fold for our iterators allows us to provide more performant internal iteration. We provide it in some cases, but not all. I'd like us to take three steps towards resolving this:

  1. Take an inventory of whether our adapters provide fold.
  2. Implement fold for missing adapters.
  3. (Potentially!) Implement a clippy lint to prevent regressions.

Happy to provide mentorship for any of these items.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions