Skip to content

Switch from BatEnum to Seq #1437

Open
@sim642

Description

@sim642

In #975 some code was switched from eagerly-constructed lists to the standard Seq.t.
However, there's still many places where BatEnum/Enum is used, which offers similar lazy-sequence functionality.

We could try switching to the more standard Seq.t in those Enum instances, as long as there's no performance regression from doing so.

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