Mercurial > hg > audiodb
log index.cpp @ 354:4871a3ed9e36 pre_api
age | author | description |
---|---|---|
Wed, 10 Sep 2008 18:55:16 +0000 | mas01mc | Added LSH_CORE_ARRAY structure for hashtables instead of linked lists. Maintained Backwards Compatibiliity with indexes build for linked list format. Added tests for indexing and merging. Tested backwards compatibility OK.\n\n The purpose of the LSH_CORE_ARRAY data structure is greater space efficiency and L1/2 cache usage. Essential for multiple indexes with multiple hashtables in RAM |
Fri, 29 Aug 2008 20:16:10 +0000 | mas01mc | Added INDEX and LSH query test |
Fri, 29 Aug 2008 16:39:53 +0000 | mas01mc | Fixed indexing error in non-large ADB introduced with large ADB. |