log insert.cpp @ 542:79ffab663ace multiprobeLSH

age author description
Sat, 07 Feb 2009 18:01:18 +0000 mas01mc This fix plugs a minor memory leak introduced in caching file references. multiprobeLSH
Sat, 07 Feb 2009 16:59:31 +0000 mas01mc Added file caching for sparse datum reads. This required making a new type called adb_fd_cache_t and modifying the read methods audiodb_track_id_datum() and audiodb_insert_create_datum() to use the cache struct if one is provided by the user. multiprobeLSH
Sat, 07 Feb 2009 12:12:46 +0000 mas01mc Fixed time-stamp option off-by-one error in new sparse scattered I/O. This probably isn't used by anyone at the moment and time-stamping needs to be tested properly anyway. multiprobeLSH
Sat, 07 Feb 2009 01:20:05 +0000 mas01mc Optimized the query_loop_points inner loop for memcpy and I/O efficiency. Uses sparse seeks and reads to perform scattered reads across data set. Current version does not cache fid between open calls to the same trackID. multiprobeLSH
Thu, 15 Jan 2009 13:57:33 +0000 mas01cr Code rearrangements to tease apart library code from C++ audioDB code.
Sat, 10 Jan 2009 16:47:57 +0000 mas01cr Merge api-inversion branch (-r656:771, but I don't expect to return to
Tue, 06 Jan 2009 16:27:01 +0000 mas01cr const declarations for some API arguments. api-inversion
Tue, 06 Jan 2009 15:25:39 +0000 mas01cr Clean up some compiler warnings. api-inversion
Wed, 24 Dec 2008 10:57:14 +0000 mas01cr Almost finish with audioDB::query_loop. api-inversion
Wed, 24 Dec 2008 10:56:33 +0000 mas01cr New (internal) function audiodb_query_spec_qpointers() api-inversion
Wed, 24 Dec 2008 10:56:29 +0000 mas01cr Add more information to adb_t api-inversion
Wed, 24 Dec 2008 10:56:25 +0000 mas01cr clarify audiodb_insert() api-inversion
Wed, 24 Dec 2008 10:56:22 +0000 mas01cr We plan to make audiodb_insert_datum() an API function api-inversion
Wed, 24 Dec 2008 10:55:44 +0000 mas01cr Include track_lengths data structure in struct adb. api-inversion
Wed, 24 Dec 2008 10:55:36 +0000 mas01cr Make the keys std::set in adb_t a std::map instead. api-inversion