bloom icon indicating copy to clipboard operation
bloom copied to clipboard

Fix size estimation if bloom filter has items beyond uint32 range

Open satishbhor opened this issue 1 year ago • 0 comments

If bloom filter has items beyond uint32 range then ApproximatedSize returns wrong bloom filter size, typecasting it to uint64 so that it can derive correct result. This PR fixes #103

satishbhor avatar Jun 10 '24 06:06 satishbhor