RFR: 8332895: Support interpolation for backgrounds and borders [v3]

Nir Lisker nlisker at openjdk.org
Thu Sep 12 13:25:17 UTC 2024


On Thu, 12 Sep 2024 13:19:26 GMT, Michael Strauß <mstrauss at 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


More information about the openjfx-dev mailing list