Mercurial > hg > audiodb
view bindings/sb-alien/package.lisp @ 561:1e6cc843563a multiprobeLSH
Fixed error in pointID bit processing (logical ! used instead of bit-wise ~). Fixed LSH table row disk/core dump routines.
author | mas01mc |
---|---|
date | Sun, 22 Feb 2009 15:04:44 +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"))