raoul.schorer
2021-3-1 15:43:39

Hi, question: I’m trying to make an “almost static” (i.e. very few inserts) in-memory database. Currently, I’m thinking about stuffing all the data in a giant shared bytestring and mapping that in a separate datastructure. Is that a good way of achieving data locality and cache friendliness?