log
graph
tags
bookmarks
branches
changeset
browse
bz2
zip
gz
help
Mercurial
>
hg
>
audiodb
log
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
| rev 544:
(0)
-300
-100
-12
+12
+100
tip
age
author
description
Sun, 08 Feb 2009 06:41:55 +0000
mas01mc
A fix for using_query_point with query_by_key (i.e. not by file). This code path still loads the entire query file, even if using one vector. Loading of query data needs better rationalization.
multiprobeLSH
Sun, 08 Feb 2009 05:06:01 +0000
mas01mc
Fixed non-NULL memory initializaton error. We require NULL fields for correct free() behaviour.
multiprobeLSH
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
Fri, 06 Feb 2009 21:08:35 +0000
mas01mc
Added back single-query point I/O behaviour from pre API-inversion. Thus only those query vectors required are loaded when using query-from-file. Tests 0006 and 0007 fail silently with this change.
multiprobeLSH
Fri, 06 Feb 2009 17:08:21 +0000
mas01mc
Removed obsolete dbH header pointer dereferences in audioDB.cpp. Replaced with the API adb->header type calls. The dbH calls were causing segfaults when attempting to index an empty database or during batch inserts in some rare cases.
Wed, 04 Feb 2009 13:47:02 +0000
mas01cr
Use upper_bound rather than lower_bound in audiodb_index_to_track_id()
Wed, 04 Feb 2009 11:37:07 +0000
mas01cr
Compile fix for previous revision
Wed, 04 Feb 2009 10:45:57 +0000
mas01mc
Removed LSH_N_POINT_BITS coding for LSH index. Now uses binay search via STL lower_bound to locate tracks and positions from global pointID searching over cumulative track lengths. MERGE of branches/multiprobeLSH -r 819:821 onto trunk. This is a non backward-compatible change; WARNING generated on attempt to use INDEXING with older audioDB databases. Only INDEXES are broken, not ADB instances.
Tue, 03 Feb 2009 02:04:06 +0000
mas01mc
Added warning about deprecated LSH_N_POINT_BITS coding. Only affects indexes built prior to rev 820
multiprobeLSH
less
more
| rev 544:
(0)
-300
-100
-12
+12
+100
tip