-
Notifications
You must be signed in to change notification settings - Fork 310
Expand file tree
/
Copy pathCITATION.cff
More file actions
51 lines (49 loc) · 1.82 KB
/
CITATION.cff
File metadata and controls
51 lines (49 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
cff-version: 1.2.0
title: "USearch: Smaller & Faster Similarity Search & Clustering Engine"
message: "If you use this software, please cite it as below."
type: software
license: Apache-2.0
version: 2.25.1
doi: 10.5281/zenodo.7949416
repository-code: https://github.com/unum-cloud/USearch
url: https://github.com/unum-cloud/USearch
abstract: >-
Portable single-header similarity search and clustering library
with SIMD-optimized and user-defined metrics,
supporting 15+ quantization levels from f64 to f6 and single-bit,
with native bindings for C++, Python, Rust, JavaScript, Java, Go, Swift, C#, C, Objective-C, and Wolfram,
trusted by Google, Microsoft, ClickHouse, DuckDB, ScyallDB, Yugabyte, TiDB, and others.
authors:
- family-names: Vardanian
given-names: Ash
alias: ashvardanian
orcid: https://orcid.org/0000-0002-4882-1815
references:
- type: article
title: "Scaling Vector Search with Intel and USearch"
url: https://www.unum.cloud/blog/2023-11-07-scaling-vector-search-with-intel
date-published: 2023-11-07
authors:
- family-names: Vardanian
given-names: Ash
- type: article
title: "Porting a C++ Library to 10 Languages"
url: https://ashvardanian.com/posts/porting-cpp-library-to-ten-languages/
date-published: 2024-01-01
authors:
- family-names: Vardanian
given-names: Ash
- type: article
title: "Abusing Vector Search for Fun and Profit"
url: https://ashvardanian.com/posts/abusing-vector-search
date-published: 2023-08-01
authors:
- family-names: Vardanian
given-names: Ash
- type: article
title: "Combinatorial Stable Marriages for Semantic Search"
url: https://ashvardanian.com/posts/searching-stable-marriages
date-published: 2023-07-01
authors:
- family-names: Vardanian
given-names: Ash