peter-lawrey / Java-Chronicle

Java Indexed Record Chronicle
1.22k stars 193 forks source link

read/write in chronicle queue using pool #44

Open domenicosf opened 3 years ago

domenicosf commented 3 years ago

Hi Peter. I am a new user of chronicle queue and I need to use a zero allocation strategy to read and write the objects from chronicle queue. I want to use a queue and a marshable implementation of bytes like a pojo class is the that some correct strategy?