Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1787

MurmurHash3 performance optimizations

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Minor Minor
    • 5.1.1.CR1, 5.1.1.FINAL
    • 5.1.0.FINAL
    • None
    • None

      MurmurHash3.MurmurHash3_x64_32 creates a long[] but only uses the first element.
      We can also optimize the hash(Object) overload so that it doesn't create a byte array in the general case (a class overriding hashCode).

            dberinde@redhat.com Dan Berindei (Inactive)
            dberinde@redhat.com Dan Berindei (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: