Mercurial > hg > audiodb
log query.cpp @ 315:d2c56d4f841e
age | author | description |
---|---|---|
Tue, 12 Aug 2008 14:25:51 +0000 | mas01mc | Fixed memory leak in query_loop_points(). Was causing memalloc failure on multiple WS queries with lsh_exact flag on |
Tue, 12 Aug 2008 01:21:44 +0000 | mas01mc | working SIIGRAPH08 version. Fixed powerTable mmap memory leak in WS calls (only showed up in big databases). Implements radius queries over WS with new wsdl file |
Thu, 07 Aug 2008 01:53:38 +0000 | mas01mc | Added server-side loading of persistent index (LSH hashtables) via --load_index -d dbName -R radius -l sequenceLength. Queries using these parameters will lookup the memory-resident hashtable instead of loading one from disk. |