Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
api
on Dec 11, 2014
|
parent
|
context
|
favorite
| on:
MDBM – High-speed database
Not sure, but in my experience GDBM is a bit on the slow side. MDBM uses mmap(), so for that reason alone it should be faster.
luckydude
on Dec 11, 2014
[–]
MDBM was designed to be fast with special care taken on the lookup path. The goal was to do lookups with as few cache misses as possible. You can get to any key with at most two page faults.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: