Mercurial > hg > audiodb
log lshlib.cpp @ 336:fe4d5b763086
age | author | description |
---|---|---|
Fri, 05 Sep 2008 14:16:21 +0000 | mas01mc | converted read/write into fread/fwrite for LSH hashtable serialize and unserialize. INDEXING is now faster. |
Tue, 19 Aug 2008 14:27:21 +0000 | mas01mc | Adding large_adb support (up to 1M tracks) large_adb |
Thu, 07 Aug 2008 17:05:22 +0000 | mas01mc | Fixed persistent index bug where indexName identifier was an un protected string pointer rather than a copy of the string. Hence the index name was getting deleted and the test for persistent index was failing. |