
19 May
2025
19 May
'25
10:35 p.m.
On Mon, May 19, 2025 at 11:13 PM Andrzej Krzemienski via Boost < boost@lists.boost.org> wrote:
niedz., 18 maj 2025 o 13:29 Andrzej Krzemienski <akrzemi1@gmail.com> napisał(a):
Probably not the best move performance-wise, but this was to check if the libraries can be combined.
If you mark your hash as avalanching performance should be better. But in my simple experiments even with that tiny extra boost it still not even close to boost::hash(that is identity) and extra hashing done by Bloom library(because boost::hash for uint64_t is not avalanching)... To be clear evaluating hash performance in bloom filters is very hard, so do not give a lot of weight to my measurements. :)