8000 Cartesian iterates second sequence more than once · Issue #488 · morelinq/MoreLINQ · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Cartesian iterates second sequence more than once #488
Closed
@atifaziz

Description

@atifaziz

Cartesian iterates second sequence as many times as items in the first sequence. There's even a to-do comment in the code that this needed addressing:

return from item1 in first
from item2 in second // TODO buffer to avoid multiple enumerations
select resultSelector(item1, item2);

This is being considered a breaking change for sake of alerting users that it's behaving now the way it should've in the first place.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0