Mercurial > hg > audiodb
log index.cpp @ 405:ef4792df8f93 api-inversion
age | author | description |
---|---|---|
Fri, 05 Dec 2008 22:32:49 +0000 | mas01cr | invert audioDB::insert / audiodb_insert(). api-inversion |
Wed, 12 Nov 2008 14:05:26 +0000 | mas01cr | One more set of braces to avoid ambiguous `else's gcc-4.3-cleanups |
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 |