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