Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The first method was just using bitwise XOR of the string hashes of the components' type IDs. This could be prone to collisions. Instead, this method sorts, concatenates, and then hashes the IDs.
- Loading branch information