Mercurial > hg > audiodb
log
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 |