mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
I'm guessing this version (from the CGO example) is more widely applicable (I ship a `database/sql` driver as well). PS: if you find that all the copies and allocs are a bottleneck, I'm guessing an `buf, err := sqlite_vec .AppendFloat32(buf, values)`, or even an API change (on my side) that allows serializing directly into "native" memory, would help. |
||
|---|---|---|
| .. | ||
| c.md | ||
| datasette.md | ||
| go.md | ||
| js.md | ||
| python.md | ||
| ruby.md | ||
| rust.md | ||
| sqlite-utils.md | ||
| wasm.md | ||