forked from pingcap/tiflash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: Update usearch and simsimd (pingcap#270)
Signed-off-by: Wish <[email protected]>
- Loading branch information
1 parent
c9ed0fd
commit 34348e0
Showing
8 changed files
with
40 additions
and
21 deletions.
There are no files selected for viewing
Submodule simsimd
updated
27 files
+0 −107 | .github/workflows/package.json | |
+34 −3 | .github/workflows/prerelease.yml | |
+38 −31 | .github/workflows/release.yml | |
+0 −9 | .github/workflows/update_version.sh | |
+15 −0 | .vscode/launch.json | |
+1 −1 | CMakeLists.txt | |
+24 −4 | CONTRIBUTING.md | |
+1 −1 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+8 −8 | README.md | |
+1 −1 | VERSION | |
+6 −0 | c/lib.c | |
+6 −2 | cpp/bench.cxx | |
+6 −0 | cpp/test.c | |
+7 −5 | include/simsimd/binary.h | |
+42 −26 | include/simsimd/dot.h | |
+295 −65 | include/simsimd/simsimd.h | |
+199 −30 | include/simsimd/spatial.h | |
+43 −35 | include/simsimd/types.h | |
+1 −1 | package.json | |
+2 −2 | python/bench.py | |
+56 −29 | python/lib.c | |
+131 −0 | python/simsimd/__init__.pyi | |
+0 −0 | python/simsimd/py.typed | |
+6 −1 | python/test.py | |
+45 −15 | rust/lib.rs | |
+7 −2 | setup.py |
Submodule usearch
updated
64 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters