Mercurial > hg > audiodb
log
age | author | description |
---|---|---|
Sun, 22 Feb 2009 15:04:44 +0000 | mas01mc | Fixed error in pointID bit processing (logical ! used instead of bit-wise ~). Fixed LSH table row disk/core dump routines. multiprobeLSH |
Sun, 22 Feb 2009 03:44:25 +0000 | mas01mc | Added a test program and lshlib functionality to inspect on-disk and in-core hashtable representations. multiprobeLSH |
Sat, 21 Feb 2009 21:56:57 +0000 | mas01mc | Added public lsh hashtable inspection methods. multiprobeLSH |
Sat, 21 Feb 2009 12:00:03 +0000 | mas01mc | Simplified (logically reduced) bit-processing operations in lshlib multiprobeLSH |
Fri, 20 Feb 2009 19:08:45 +0000 | mas01mc | INDEXING: fixed reverse-lookup roundoff error when data gets very large. Computation of offset was lacking an essential cast to off_t. |
Fri, 20 Feb 2009 19:03:17 +0000 | mas01mc | INDEXING: fixed reverse-lookup roundoff error when data gets very large. Computation of offset was lacking an essential cast to off_t. multiprobeLSH |