asg017 / sqlite-vec

A vector search SQLite extension that runs anywhere!
Apache License 2.0
4.24k stars 134 forks source link

msvc release mode optimization issues #130

Closed hasaranga closed 3 weeks ago

hasaranga commented 3 weeks ago

It seems msvc optimized out vector comparing functions when using release version. can you put a c example for loading extension dll using sqlite apis.

hasaranga commented 3 weeks ago

my fault! there was a memory corruption in my code. closing the issue.