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
ArrayAsIterable is calling Arrays.asList() on every iterator() method call. This is not effective at all. We need to find a better way of "caching" the iterable internally.
See how it's done in IterableAsMap
The text was updated successfully, but these errors were encountered:
ArrayAsIterable
is callingArrays.asList()
on everyiterator()
method call. This is not effective at all. We need to find a better way of "caching" the iterable internally.See how it's done in
IterableAsMap
The text was updated successfully, but these errors were encountered: