bloom
bloom copied to clipboard
Fix size estimation if bloom filter has items beyond uint32 range
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