1
0
mirror of https://github.com/osmarks/meme-search-engine.git synced 2025-02-22 22:10:10 +00:00

12 Commits

Author SHA1 Message Date
osmarks
e57931d47f Multithread query server
While profiling suggests that most operations are cheap and IO-bound rather than CPU-bound, the GEMM for deduplication is pretty slow. As such, use multiple threads for higher throughput.
2025-01-31 13:47:47 +00:00
osmarks
ee23b81444 release version 2025-01-24 09:24:28 +00:00
osmarks
fcd28a5ede add missing files 2025-01-18 17:09:44 +00:00
osmarks
163dceca4b enforce r, oops 2025-01-16 21:36:15 +00:00
osmarks
9291eacead remove rogue debug code 2025-01-16 21:28:01 +00:00
osmarks
f4376f62ed RobustVamana algorithm for big index run 2025-01-16 21:10:12 +00:00
osmarks
2cebce1b73 new PQ training code 2025-01-14 07:46:09 +00:00
osmarks
4dd97631df fix entire index algorithm (very silly bug) 2025-01-12 19:48:53 +00:00
osmarks
087419f470 remove vestigal r_cap 2025-01-11 07:36:46 +00:00
osmarks
8ce51bcb56 correct DiskANN algorithm (silly bug with greedy search) 2025-01-11 07:35:04 +00:00
osmarks
35df1201e2 fix overflow bug 2025-01-01 14:40:00 +00:00
osmarks
e0cf65204b release early draft of index code 2024-12-31 23:05:48 +00:00