Mercurial > hg > audiodb
log query.cpp @ 543:6afeb2c76957 multiprobeLSH
age | author | description |
---|---|---|
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 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 |