burmanm / compression-int

64-bit integer compression algorithms in Java
Apache License 2.0
15 stars 3 forks source link

Investigate Java 9 vectorization #1

Closed burmanm closed 5 years ago

burmanm commented 6 years ago

Java 9 supports vectorization of AND / OR / XOR. Investigate if this could be taken advantage of in the compress/decompress.