pnoltes commented on code in PR #470:
URL: https://github.com/apache/celix/pull/470#discussion_r1390458663
##########
libs/utils/src/celix_hash_map.c:
##########
@@ -94,11 +83,11 @@ static unsigned int celix_longHashMap_hash(const
celix_hash_map_key_t* key) {
return key->longKey ^ (key->longKey >> (sizeof(key->longKey)*8/2));
Review Comment:
I think this has been addressed by trying out and selecting a different long
hash function.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]