Mercurial > hg > audiodb
log lshlib.h @ 309:81ad865402e7
age | author | description |
---|---|---|
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. |
Thu, 07 Aug 2008 01:53:38 +0000 | mas01mc | Added server-side loading of persistent index (LSH hashtables) via --load_index -d dbName -R radius -l sequenceLength. Queries using these parameters will lookup the memory-resident hashtable instead of loading one from disk. |
Tue, 05 Aug 2008 22:40:38 +0000 | mas01mc | changed FORMAT2 index serialization so that token bits don't scribble over point index for >=32768 tracks |