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
We might get better performance using chunking here. Shouldn't be too hard to implement if you don't mind putting in, say, a private var currentChunk: Seq[A] between def apply and def applyInternal.
The text was updated successfully, but these errors were encountered:
We might get better performance using chunking here. Shouldn't be too hard to implement if you don't mind putting in, say, a
private var currentChunk: Seq[A]
betweendef apply
anddef applyInternal
.The text was updated successfully, but these errors were encountered: