thor icon indicating copy to clipboard operation
thor copied to clipboard

Inconsistent hex values in bloom filters

Open daithihearn opened this issue 3 years ago • 2 comments

Hi there,

I have noticed that some hex values in the bloom filter contain the 0x prefix and others do not. The upshot of this is that I need to check twice. This is less efficient and will probably result in more fause positives.

kind regards, Daithi

daithihearn avatar Jul 22 '21 16:07 daithihearn

the contents added into bloom filter are all byte slices. what does 0x prefix mean?

qianbin avatar Jul 22 '21 16:07 qianbin

This issue has been marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jan 09 '24 01:01 github-actions[bot]

Closing as it's marked as stale and without activity

darrenvechain avatar Jan 31 '24 18:01 darrenvechain