lemire / streamvbyte

Fast integer compression in C using the StreamVByte codec
Apache License 2.0
374 stars 37 forks source link

Java/Kotlin version? #52

Open JohannesLichtenberger opened 1 year ago

JohannesLichtenberger commented 1 year ago

Guess the new Vector API would make it possible to port the project to Java, for instance.

lemire commented 1 year ago

Yes, it looks good:

https://docs.oracle.com/en/java/javase/17/docs/api/jdk.incubator.vector/jdk/incubator/vector/ByteVector.html

It should be just one short function.