singhj / locality-sensitive-hashing

MIT License
28 stars 11 forks source link

Want to port index and query module to c++ #5

Closed qmaruf closed 9 years ago

qmaruf commented 9 years ago

Hi, I want to port the index and query module to C++. Could you please tell where can I find these two module in your code base?

Thanks

singhj commented 9 years ago

Hi, If I understand your question right, we call Google App Engine libraries for indexing and queries, Feel free to look at db_datastore.py for how we invoke it. Best,