top | item 46524193

(no title)

hyc_symas | 1 month 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

discuss

order

andersmurphy|1 month ago

Thank you for beating the mmap drum and LMDB! It's truly an incredible piece of tech.