tantaraio / voy

🕸️🦀 A WASM vector similarity search written in Rust
https://www.npmjs.com/package/voy-search
Apache License 2.0
867 stars 31 forks source link

GH-50: Reduce bucket size #51

Closed DawChihLiou closed 12 months ago

DawChihLiou commented 12 months ago

Browsers limit the memory size to 4GB for Wasm. This PR addresses the issue and reduce the bucket size to 32 to make sure the index deserialization is safe from stack overflow.