FALCONN-LIB / FALCONN

FAst Lookups of Cosine and Other Nearest Neighbors (based on fast locality-sensitive hashing)
http://falconn-lib.org/
MIT License
1.13k stars 194 forks source link

Question : Using FALCONN inside an iOS app #100

Open Aashit-Sharma opened 6 years ago

Aashit-Sharma commented 6 years ago

Question

Hi , is it possible to call falconn knn index and do a lookup in iOS or do you need cross compilation (Like for FAISS)?

ludwigschmidt commented 6 years ago

Unfortunately I don't have experience with iOS development. Parts of FALCONN (Eigen and FFHT) rely on SIMD instructions. So this might be the main obstacle for porting to a non-x86 platform (Eigen has support for some ARM SIMD however).