Pointers in Far Memory: A rethink of how data & computations should be organized(queue.acm.org)
queue.acm.org
Pointers in Far Memory: A rethink of how data & computations should be organized
https://queue.acm.org/detail.cfm?id=3606029
https://queue.acm.org/detail.cfm?id=3606029
"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.