python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Chronicle Queue JSON
I'm currently trying to marshal a certain POJO as JSON and write it to an output queue. This is the run down of what I'm trying to do:
object OrderExecutor {
const val OUT_PATH = "${PATH}/or...
David Teh
Votes: 0
Answers: 1
Non-time-based RollCycles?
Chronicle Queue has the notion of RollCycles which determine when an appender will switch to a new file. Would it be possible to have RollCycles based on other criteria, for instance of current file s...
vasquez
Votes: 0
Answers: 1
What is the correct way of doing Java IPC through /dev/shm (with the lowest possible latency)
I'm trying to code an IPC solution through /dev/shm.
@SK-logic gave me some pointers in the comments here: Chronicle: How to optimize memory-mapped files for low-latency?
My doubt is: Should I use a M...
Roger Kasinsky
Votes: 0
Answers: 1
Chronicle: How to optimize memory-mapped files for low-latency?
I'm using Chronicle to transfer vast amounts of data from one JVM to another. Problem is that I notice a lot of jitter on my benchmarks. My knowledge of memory-mapped files is somewhat limited, but I ...
Roger Kasinsky
Votes: 0
Answers: 1