Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.13.0
-
None
Description
Starting in JDK9, the JDK provides a vectorized ways to test if two specified arrays of bytes, over the specified ranges, are equal to one another. This uses some nice vectorization and in-line methods under the covers.
Use this when determining if two UTF8 Strings are equal.
Attachments
Issue Links
- links to