https://github.com/Netflix/atlas
Revision b1d41841b92ebd5aaebbba397a55506107d5c04d authored by brharrington on 09 August 2016, 23:13:29 UTC, committed by GitHub on 09 August 2016, 23:13:29 UTC
Switches the hashCode implementation for SmallHashMap
to call `MurmurHash3.arrayHash` instead of relying on
the implementation from the super class which calls
`MurmurHash3.mapHash`. The array variant is much faster
(3-4x) and greatly reduces allocations.
1 parent 4b0ecca
History
Tip revision: b1d41841b92ebd5aaebbba397a55506107d5c04d authored by brharrington on 09 August 2016, 23:13:29 UTC
switch to MurmurHash3.arrayHash (#411)
Tip revision: b1d4184

README.md

back to top