You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancements to the API to support operations on characters, such as for UTF-8 character decoding. Specifically, we add methods for copying characters between short vectors and char arrays, and new vector comparison operators for unsigned comparisons with integral vectors.
I have no idea whether this is directly useful or not for this lib :) @AugustNagro friendly ping
The text was updated successfully, but these errors were encountered:
Is this the latest javadocs or is there a newer link?
I don't think java character ops will help with UTF8 validation, but maybe the java simd-json port can use them.
I'm waiting to try porting simd-json until the api and performance stabilizes more. Since Oracle said the Vector api depends on Project Valhalla (Java's value type / structs), it's going to be a few years...
https://openjdk.java.net/jeps/414
The JEP mention improvements such as:
I have no idea whether this is directly useful or not for this lib :)
@AugustNagro friendly ping
The text was updated successfully, but these errors were encountered: