How does the performance of this library compare to the IO classes of Kryo? Like https://github.com/EsotericSoftware/kryo/blob/master/src/com/esotericsoftware/kryo/io/ByteBufferInput.java or the older fast Inputs: https://github.com/EsotericSoftware/kryo/blob/master/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferInput.java
How does the performance of this library compare to the IO classes of Kryo?
Like
https://github.com/EsotericSoftware/kryo/blob/master/src/com/esotericsoftware/kryo/io/ByteBufferInput.java
or the older fast Inputs:
https://github.com/EsotericSoftware/kryo/blob/master/src/com/esotericsoftware/kryo/unsafe/UnsafeByteBufferInput.java