Mercurial > hg > audiodb
view bindings/sb-alien/package.lisp @ 523:83e37b76b483 multiprobeLSH
insert some statistics gathering for hash tables, add _LSH_DEBUG_ macro to output LSH statistics on INDEX and QUERY
author | mas01mc |
---|---|
date | Wed, 28 Jan 2009 05:18:14 +0000 |
parents | 3141e51cb077 |
children | 09af91f8803f |
line wrap: on
line source
(cl:defpackage "SB-ADB" (:use "CL" "SB-ALIEN") (:export "ADB" "OPEN" "CLOSE" "QUERY" "WITH-ADB") (:shadow "OPEN" "CLOSE"))