Category "chronicle"

Chronicle Queue: Is recordHistory() not available anymore?

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

Chronicle Bytes: How to write bytes in big endian order on a little endian machine?

I'm using the Bytes<U> interface from here. The underlying buffer is created as follow: Bytes<?> buf = Bytes.elasticHeapByteBuffer(MAX_SIZE); buf.wr

Chronicle-Queue: Why does busy-waiting tailer generate garbage when spinning (nothing to be read)?

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