Mercurial > hg > audiodb
log query-indexed.cpp @ 532:06409b6e268f multiprobeLSH
| age | author | description |
|---|---|---|
| Mon, 02 Feb 2009 17:41:02 +0000 | mas01mc | DELETED LSH_N_POINT_BITS coding. Tracks and points are now identified with a binary search, std::lower_bound(), on *adb->track_offsets return from LSH retrieval. multiprobeLSH |
| Fri, 30 Jan 2009 19:44:51 +0000 | mas01mc | Completed audiodb_datum_qpointers_partial(), fixed bug that was scribbling over pre-computed l2norms when points arrived in original less<PointPair> order, switched to greater<PointPair> order and all is fixed. multiprobeLSH |
| Fri, 30 Jan 2009 14:58:35 +0000 | mas01mc | Fixed a problem with inserting into exact_evaluation_queue, duplicate pairs were being inserted when querying multiple hashtables. That is now fixed by adding a unique constraint using set<PointPair> inserts and testing. This should speed things up quite a bit (like, 10-fold with default num tables). multiprobeLSH |
