Mercurial > hg > audiodb
log lshlib.cpp @ 340:a6edbe97fddf
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, 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 |