-
Brendan Ribera authored
`System.identityHashCode` returns a hash that does not consider a Message's values. This means two Messages with identical values will not have identical hashCodes. This patch uses the pattern from RubyMap to combine the hashCodes from all values in a given message and produce a unique, consistent, value-based hash.
05aa0df5
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
ext/google/protobuf_c | ||
lib/google | ||
src/main | ||
tests | ||
.gitignore | ||
Gemfile | ||
Gemfile.lock | ||
README.md | ||
Rakefile | ||
google-protobuf.gemspec | ||
pom.xml | ||
travis-test.sh |