On Thu, 12 Sep 2024 13:19:26 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> Is this code required to be so highly performant that you need to check for >> `RandomAccess`? Under normal circumstances, I would just stream the list and >> filter for `null`s. > > This can run tens of thousands of times per second, which is probably not the > ideal use case for streams. So looks like the circumstances are not normal :) ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1522#discussion_r1756854095