duckdb / duckdb-rs

Ergonomic bindings to duckdb for Rust
MIT License
511 stars 113 forks source link

Add jemalloc feature to force jemalloc as the memory allocator #277

Open hzuo opened 8 months ago

hzuo commented 8 months ago

This PR adds the rust feature equivalent of: https://duckdb.org/docs/extensions/jemalloc.html

Feel free to re-run upgrade.sh from your own machine to re-build duckdb.tar.gz and bindgen_bundled_versions.rs in case you're worried about any dev env discrepancies.

shuoli84 commented 6 months ago

Hi all, is there any chance this pr get merged?