python - Calculating hamming distance with mongodb? -
say i've got large set of documents contain perceptual hashes (around 35,000), fastest way can (using mongodb) compare given hash x hashes in database , find ones distance less n.
i'm using python way, i'm assuming isn't possible natively in mongo, maybe possible optimize somehow?
Comments
Post a Comment