log index.cpp @ 497:9d8aee621afb api-inversion

age author description
Tue, 06 Jan 2009 16:27:01 +0000 mas01cr const declarations for some API arguments. api-inversion
Wed, 31 Dec 2008 15:44:12 +0000 mas01cr YAY! api-inversion
Wed, 31 Dec 2008 12:25:22 +0000 mas01cr Almost there! api-inversion
Tue, 30 Dec 2008 23:56:57 +0000 mas01cr No more audioDB::index_allocate and audioDB::index_init_query api-inversion
Tue, 30 Dec 2008 15:38:59 +0000 mas01cr audioDB::query_loop and audioDB::query_loop_points are no more. api-inversion
Tue, 30 Dec 2008 10:36:01 +0000 mas01cr Convert index-finding logic to C functions. api-inversion
Sun, 28 Dec 2008 22:43:50 +0000 mas01cr No more global shingle vector of vectors. api-inversion
Sun, 28 Dec 2008 18:44:08 +0000 mas01cr Start using the query state structure. api-inversion
Wed, 24 Dec 2008 10:57:27 +0000 mas01cr Baby steps with index.cpp api-inversion
Wed, 24 Dec 2008 10:57:23 +0000 mas01cr Begin pushing adb_t *adb into index_query_loop and query_loop_points api-inversion
Wed, 24 Dec 2008 10:57:18 +0000 mas01cr No more indata api-inversion
Wed, 24 Dec 2008 10:56:49 +0000 mas01cr LESS VERBOSITY api-inversion
Wed, 24 Dec 2008 10:56:45 +0000 mas01cr Incrementally zapping bits of code. api-inversion
Wed, 24 Dec 2008 10:56:37 +0000 mas01cr No more audioDB::set_up_query{,_from_key} api-inversion
Wed, 24 Dec 2008 10:56:07 +0000 mas01cr Hey, who let audioDB::set_up_query into the room? api-inversion
Wed, 24 Dec 2008 10:56:01 +0000 mas01cr really zap all unnecessary sequenceLength from query.cpp api-inversion
Wed, 24 Dec 2008 10:55:56 +0000 mas01cr begin pushing an adb_query_spec_t * all the way through query. api-inversion
Wed, 24 Dec 2008 10:55:48 +0000 mas01cr More on the query rationalization api-inversion
Wed, 24 Dec 2008 10:55:40 +0000 mas01cr Punishment gluttony. api-inversion
Wed, 24 Dec 2008 10:55:24 +0000 mas01cr Move sequence_foo() functions out of audioDB:: namespace... api-inversion
Wed, 24 Dec 2008 10:55:20 +0000 mas01cr Deal with audioDB::UnitNorm api-inversion
Wed, 24 Dec 2008 10:55:16 +0000 mas01cr Begin pushing information through. api-inversion
Wed, 24 Dec 2008 10:55:12 +0000 mas01cr Accumulators everywhere! api-inversion
Wed, 24 Dec 2008 10:54:48 +0000 mas01cr Hey, look, nothing in index.cpp uses Reporter classes. api-inversion
Tue, 23 Dec 2008 20:41:58 +0000 mas01mc Small changes to add restrict list to indexed search. Removed redundant methods in indexed query code paths.
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
Fri, 29 Aug 2008 16:39:53 +0000 mas01mc Fixed indexing error in non-large ADB introduced with large ADB.