<@U051221NF>: I think that just means that because...
# development
r
@happy-kitchen-89482: I think that just means that because they keep backend content in a mmap’d memory segment, multiple processes can read directly from that shared address space without needing a copy of their own in the local process vs reading in a copy of the contents from disk or over the wire (e.g. rpc<->mongodb).