You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thoseEnum
instances, as long as there's no performance regression from doing so.The text was updated successfully, but these errors were encountered: