Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

39 lines
825 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "usearch",
"version": "2.17.2",
"port-version": 1,
"description": "Fastest Search & Clustering engine × for Vectors & Strings",
"homepage": "https://github.com/unum-cloud/usearch",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"fp16": {
"description": "Use software emulation for half-precision types",
"dependencies": [
"fp16"
]
},
"jemalloc": {
"description": "Use JeMalloc for faster memory allocations",
"dependencies": [
"jemalloc"
]
},
"simsimd": {
"description": "Use SimSIMD hardware-accelerated metrics",
"dependencies": [
"simsimd"
]
}
}
}