Re: RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark [v4]

2023-03-01 Thread Eirik Bjorsnos
On Wed, 1 Mar 2023 06:34:20 GMT, Eirik Bjorsnos wrote: >> This PR suggests we add a vectorized equalsIgnoreCase benchmark to the set >> of benchmarks in `org.openjdk.bench.jdk.incubator.vector`. This benchmark >> serves as an example of how vectorization can be useful also in the area of >> te

Re: RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark [v4]

2023-02-28 Thread Eirik Bjorsnos
On Wed, 1 Mar 2023 02:32:23 GMT, Xiaohong Gong wrote: >> Eirik Bjorsnos has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Adjust whitespace as suggested in review >> - Replace Blackhold.consume with return values > > test/micro/org/open

Re: RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark [v4]

2023-02-28 Thread Eirik Bjorsnos
> This PR suggests we add a vectorized equalsIgnoreCase benchmark to the set of > benchmarks in `org.openjdk.bench.jdk.incubator.vector`. This benchmark serves > as an example of how vectorization can be useful also in the area of text > processing. It takes advantage of the fact that ASCII and