RFR: 8314774: Optimize URLEncoder

Glavo duke at openjdk.org
Thu Aug 24 00:04:25 UTC 2023


On Wed, 23 Aug 2023 18:51:37 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> Also I don't understand the reason for changing BitSet into a boolean array - that seems gratuitous?

I observed a throughput improvement of 7%~10% after switching from `BitSet` to `boolean[]`.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15354#issuecomment-1690793620


More information about the net-dev mailing list