apache / datasketches-cpp

Core C++ Sketch Library
https://datasketches.apache.org
Apache License 2.0
223 stars 71 forks source link

fix issue #395 #397

Closed AlexanderSaydakov closed 11 months ago

AlexanderSaydakov commented 11 months ago

I found that the theta hash table constructor was called with incorrect parameter resulting in many attempts to resize unnecessarily.

AlexanderSaydakov commented 11 months ago

the nominal size is not really used there, but setting it to the same value as the current size was a mistake