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 some cases, jOOλ internally uses a LinkedList as an internal buffer, e.g. in Seq.duplicate(). Probably, an ArrayList or ArrayDeque might be a faster implementation.
We should benchmark this.
The text was updated successfully, but these errors were encountered:
In some cases, jOOλ internally uses a
LinkedList
as an internal buffer, e.g. inSeq.duplicate()
. Probably, anArrayList
orArrayDeque
might be a faster implementation.We should benchmark this.
The text was updated successfully, but these errors were encountered: