Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 260 Bytes

File metadata and controls

5 lines (4 loc) · 260 Bytes

binaryDist

This is a set of functions to perform much more rapid calculation of the binary/Jaccard distance of a matrix. It makes use of raw vectors with the binary data packed efficiently 8 bits to a byte, and C++ code which makes use of 64 bit operators.