hnswgo
hnswgo copied to clipboard
Statically link hnswgo to Go application?
Hello,
I am researching vector search engines that can be used from Go and in particular, I am interested in running them on the Windows platform of which there are basically 2 ways to do it.
One, is to compile the Golang application and the second is to use something like MSYS2 (Mingw64) as the environment.
I am wondering if your hnswgo can be compiled in Windows native Golang?