Previously, md5 was used which is significantly slower. In almost all cases this does not have a significant performance impact in practice. However, it's possible to build geometry nodes setups that become a few percent faster ( by combining lots of cheap node groups). Using xxhash instead of md5 should never be slower. Pull Request: https://projects.blender.org/blender/blender/pulls/120225