analyzer icon indicating copy to clipboard operation
analyzer copied to clipboard

Switch from `BatEnum` to `Seq`

Open sim642 opened this issue 3 months ago • 0 comments

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.

sim642 avatar Apr 30 '24 12:04 sim642