Mercurial > hg > audiodb
log insert.cpp @ 545:bf89c80ec4cc multiprobeLSH
age | author | description |
---|---|---|
Sun, 08 Feb 2009 15:53:57 +0000 | mas01mc | Expanded interface to audiodb_insert_create_datum() and audiodb_track_id_datum() to include _offset versions of both. Default cache is NULL, but offset and size parameters required. 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 |