seomoz / simhash-cpp

Simhashing in C++
MIT License
134 stars 47 forks source link

“find_all ” come across an endless loop #41

Open skywindy opened 6 years ago

skywindy commented 6 years ago

when I use the function "find_all",it come across an endless loop,can you tell me the reason or hoe can I fix the bug.Thank you very much.

dlecocq commented 6 years ago

What parameters are you using for number_of_blocks and different_bits when you encounter this behavior?

b4hand commented 6 years ago

Could be related to #8. I believe the workaround for that was to downgrade GCC, but that's almost certainly no longer a tenable workaround.