dselivanov / LSHR

Locality Sensitive Hashing In R
Other
41 stars 13 forks source link

Support for up to 64-bit signatures #12

Open dselivanov opened 6 years ago

dselivanov commented 6 years ago

data.table works nicely with bit64. For Rcpp integration check this thread.

dselivanov commented 6 years ago

make sense to have specialized implementations targeting 32-bit and 64-bit signatures. 32-bit is ~2x faster.