2 ms·
The OS handles all of that transparently, without requiring any additional code. I think that is the draw.
by ok123456 3mo ago
The OS handles all of that transparently, without requiring any additional code. I think that is the draw.
- quotemstr 3mo agoAnd that's adequate for casual programs. LMDB is big and serious enough to warrant the extra complexity (which, to be fair, is significant) of userspace buffer management. LMDB does the work once and all users benefit.