mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-11 13:29:25 +00:00
be1fca578f
* add basic functions for working with f32/f64 vectors * add header file * fix comment style * add generic code for working with vectors * register vector functions * fix edge cases in vector extract impl * add static flag for vector (will be used later) * add basic TCL-based tests * guard vector functions with SQLITE_OMIT_VECTOR * adjust build scripts * delete libsql_vector_idx from this branch * add one more test * update bundles * fix asserts * fix constants (#define-s are universal but const int doesn't recognized by all compilers) * update bundles * review fixes * build bundles * add comment about linking math library |
||
---|---|---|
.. | ||
rs | ||
src | ||
.clang-format | ||
.gitignore | ||
all-ios-loadable.sh | ||
all-ios-static.sh | ||
CHANGELOG.md | ||
Makefile | ||
nodejs-helper.d.ts | ||
nodejs-helper.js | ||
nodejs-install-helper.js | ||
package.json | ||
pnpm-lock.yaml | ||
README.md |
See main readme: https://github.com/vlcn-io/cr-sqlite/blob/main/README.md