Open MrRace opened 2 years ago
It is using redis as external storage layer so there is overhead for sure depending on where your Redis instance is running. How about using the simple Python in-memory storage (i.e., without specifying any storage config)?
Hi, I build MinHashLSH like that:
When do query like that:
the query operation cost 20ms, does it seems to take too long time? Is there any way to improve it? Thanks a lot!