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

2023-02-28 Thread Eirik Bjorsnos
On Tue, 28 Feb 2023 22:19:46 GMT, Sandhya Viswanathan wrote: >> Eirik Bjorsnos has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Use GE, LE, NE operations instead of the lt,not combinations. Use >> uppercase in vectorized code to match t

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

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