On Fri, Jun 9, 2023 at 5:02 AM Ilya Anfimov <ilan(at)tzirechnoy(dot)com> wrote:
> Isn't all the memory operations would require nearly the same
> shared memory allocators if someone switches to a threaded imple-
> mentation?
It's true that we'd need concurrency-aware MemoryContext
implementations (details can be debated), but we wouldn't need that
address translation layer, which adds a measurable cost at every
access.