Hacker News new | ask | show | jobs
by clappski 955 days ago
Reminds me of the shadow paging used in LMDB, which is effectively the same but at the page level rather than the whole tree and allows each reader their own context to read from, rather than a shared reader context.