Liste des Groupes | Revenir à cl c |
Am 25.05.2024 um 11:12 schrieb Tim Rentsch:
>Your hash function is expensive to compute, moreso even>
than the "FNV" function shown earlier. In a case like
this one where the compares are cheap, it's better to
have a dumb-but-fast hash function that might need a
few more looks to find an open slot, because the cost
of looking is so cheap compared to computing the hash
function.
A (size_t)pointer * LARGE_PRIME can be sufficient,
ignoring the overflow.
Les messages affichés proviennent d'usenet.