Note that this is actually the same underlying pri...
# random
m
Note that this is actually the same underlying principle as Aeron (the message passing system, which is the current champ in msgs/sec at > 20M/s): they allocate some space in a page, fill it in, and finally write the length in the appropriate spot with a memory fence so that other threads / processes can see it.