I'd like to benchmark the queue performance using the method demonstrated in github README. However, when I tried on the latest version (chronicle-queue: 5.23ea
I'm using the Bytes<U> interface from here. The underlying buffer is created as follow: Bytes<?> buf = Bytes.elasticHeapByteBuffer(MAX_SIZE); buf.wr
I have a busy-waiting loop in which a tailer is constantly trying to read from a queue: final Bytes<ByteBuffer> bbb = Bytes.elasticByteBuffer(MAX_SIZE, MA