valeriansaliou / sonic

🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
https://crates.io/crates/sonic-server
Mozilla Public License 2.0
20.11k stars 578 forks source link

upgrade rocksdb dependency to use newer bindgen #315

Closed chenrui333 closed 11 months ago

chenrui333 commented 1 year ago

Right now the bindgen is with 0.59.2, which has some compilation issue against clang 16. (the issue is fixed with 0.62.0+)