Join Slack
Communities
Powered by
And the extra allocation shouldn't be much, `asLis...
# stdlib
k
karelpeeters
07/30/2018, 9:41 AM
And the extra allocation shouldn't be much,
asList
returns an
ArrayList
backed by
the given array.
m
miha-x64
07/30/2018, 10:04 AM
Yes, there are no real performance problems here. It is not a bug; it's just a small allocation which could easily be avoided.
2
Views
Open in Slack
Previous
Next