Closed ilikerobots closed 3 years ago
I noted performance problems with high (~5000) key counts and traced it back to RandomSampler not effectively choosing a sample size. The above PR corrects this.
Hi, thanks for this PR !
I don't know what I was thinking when I did this 😄 . It was obviously wrong...
LGTM
I will do a release in the next weekend to fix this bug
Great thanks!
Status
READY
Breaking Changes
NO
Description
Correct the RandomSampler logic such that it returns a sample of the correct size.
Todos