Live data from Hacker News

Pointers in Far Memory: A rethink of how data & computations should be organized

queue.acm.org

1–2 of 2 posts

Re: Pointers in Far Memory: A rethink of how data & computations should be organized

#2
invariant pointers in a distributed global address space? how very database-y.

"pointer" implies ephemeral, to me; if you're in a cluster or something then you extend the pointer to include a "arena" component; be that process id or a cluster:procid pair or whatever. They're still invalid once the process is gone but then you're not chasing indexes and indirection tables quite so far for every single access.