unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
2.15k stars 130 forks source link

Redo the javascript version and use pre-built binaries #342

Closed sroussey closed 6 months ago

sroussey commented 8 months ago

This takes what I did for Simsimd and applies it to usearch.

Note the test where I changed something to be a close equals. usearch did not return 0 for that test but 1e-7 instead. Let me know if that is ok.

ashvardanian commented 7 months ago

Thank you, @sroussey! I'm currently working on merging those. Assuming USearch is a much heavier project than SimSIMD, can you please share some instructions to test the compatibility with Bun and Deno. Ideally, we should add them to the prerelease.yml pipeline.

ashvardanian commented 6 months ago

:tada: This PR is included in version 2.10.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: