losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.36k stars 39 forks source link

Replace lru with moka #69

Closed losfair closed 1 year ago

losfair commented 1 year ago

Now the memory leak issue in moka is fixed (related: https://github.com/moka-rs/moka/issues/176), add it back.

Benchmarks indicate that moka has a performance advantage.