SimSIMD
SimSIMD copied to clipboard
GoLang bindings
Initial implementation is very slow, due to the costs of cGo calls.
I have no experience with this module, but it might be worth trying: https://github.com/ebitengine/purego
This apparently allows calling C-code without the CGo overhead.
Great reference, @corani! Never seen it! I can try it later, but it's not a high priority right now. Feel free to open a PR if you ever have time 🤗