Hacker News new | ask | show | jobs
by jurschreuder 1349 days ago
For searching on faces I also needed to find vectors in a database.

I used random projection hashing to increase the search speed because you can just match directly (or at least narrow down search) instead of calculating the euclidean distance for each row.