Salvatore Sanfilippo

Results 156 comments of Salvatore Sanfilippo

> No comments Thank you for reviewing :)

Thank you, @fcostaoliveira! I'm all for that, but for maximum portability I would use the macro that we have indeed. I also wonder if we should compile hnsw.c with different...

Hey! Thank you for all your work. I suggest creating hnsw_popcount.h file that defines hnsw_popcount() with the exact same logic, like we do in Redis in other places, this way...

Thank you @fcostaoliveira, I suggested a different approach, but it should be very simple to get there: the hnsw function for binary distance belongs in hnsw.c, the only thing that...

@sundb ok, you mean: if we move the check for popcount in the function doing popcount, we burn the speed gain that we got. This makes sense. Then, I would...

Thanks @chr4, I'll evaluate this change with Redis 6 as target, with the possibility to back port to Redis 5. Right now I don't have the full picture to really...