tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

use mimalloc for sqlite #1486

Closed MarinPostma closed 3 months ago

MarinPostma commented 3 months ago

Sqlite and sqld use a different allocator, which can cause memory fragmentation. This PR provides a custom allocator for sqlite that uses rust's global allocator (mimalloc).