Y
Hacker News
new
|
ask
|
show
|
jobs
by
hyc_symas
168 days ago
Fun footnote: SQLite only got on board with mmap after I demonstrated how slow their code was without it. I.e., getting a 22x speedup by replacing SQLite's btree code with LMDB
https://github.com/LMDB/sqlightning
1 comments
andersmurphy
166 days ago
Thank you for beating the mmap drum and LMDB! It's truly an incredible piece of tech.
link