pixelogik / NearPy

Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
MIT License
759 stars 152 forks source link

Use cPickle by default or fallback to pickle. #35

Closed punchagan closed 8 years ago

punchagan commented 9 years ago

This change also makes NearPy usable from Py3.

pixelogik commented 8 years ago

Cool, thx!