Liste des Groupes | Revenir à cl c |
On 09/06/2024 12:35, Bonita Montero wrote:Its about the general principle of Michael's hash and how to prove thatWith the code I've shown I proved that the hash AES hashfunctionThis is not C
is totally stochastically and thereby a good hash function. But
I was still discontent with the speed of the code.
Usually you're not able to update the buckets of a hashtable with
multiple threads without any locking. But with my code the buckets
are only simple counters which could be updated atomically.
So I could reduce the code and partitioned the input range to the
hash function with the available number of cores. Here's the code:
>
#include <iostream>
Les messages affichés proviennent d'usenet.