bloom icon indicating copy to clipboard operation
bloom copied to clipboard

ApproximatedSize returns wrong bloom filter size if bloom filter has 4B+(beyond uint32 range) items

Open satishbhor opened this issue 1 year ago • 0 comments

This is happing because we are type casting bloom filter size estimation to uint32 and its rounding numbers back to within uint32 range, we should prefer to typecast it to uint64 so that it can derive correct result

satishbhor avatar Jun 11 '24 03:06 satishbhor