Skip to content

Improve hashing performance#193

Open
wendigo wants to merge 1 commit intoairlift:masterfrom
wendigo:user/serafin/improve-hashing-performance
Open

Improve hashing performance#193
wendigo wants to merge 1 commit intoairlift:masterfrom
wendigo:user/serafin/improve-hashing-performance

Conversation

@wendigo
Copy link
Copy Markdown
Contributor

@wendigo wendigo commented Apr 2, 2026

No description provided.

@wendigo wendigo requested a review from dain April 2, 2026 19:46
@martint
Copy link
Copy Markdown
Member

martint commented Apr 2, 2026

Can you post JMH results?

@wendigo
Copy link
Copy Markdown
Contributor Author

wendigo commented Apr 2, 2026

@martint yes, I will run benchmarks tomorrow and post full results.

Claude summarized it as:

  ┌──────────────────────────────┬───────┬─────────────┐
  │          Benchmark           │ Size  │ Improvement │
  ├──────────────────────────────┼───────┼─────────────┤
  │ murmur3Hash64                │ 7     │ -36%        │
  ├──────────────────────────────┼───────┼─────────────┤
  │ murmur3Hash64                │ 127   │ -26%        │
  ├──────────────────────────────┼───────┼─────────────┤
  │ murmur3Hash128               │ 7     │ -20%        │
  ├──────────────────────────────┼───────┼─────────────┤
  │ murmur3Hash128               │ 127   │ -24%        │
  ├──────────────────────────────┼───────┼─────────────┤
  │ fnvHash32                    │ 7     │ -30%        │
  ├──────────────────────────────┼───────┼─────────────┤
  │ fnvHash32                    │ 16    │ -27%        │
  ├──────────────────────────────┼───────┼─────────────┤
  │ fnvHash32                    │ 127   │ -17%        │
  ├──────────────────────────────┼───────┼─────────────┤
  │ fnvHash64                    │ 7     │ -31%        │
  ├──────────────────────────────┼───────┼─────────────┤
  │ spookyHash64                 │ 7     │ -21%        │
  ├──────────────────────────────┼───────┼─────────────┤
  │ spookyHash64                 │ 1024  │ -21%        │
  ├──────────────────────────────┼───────┼─────────────┤
  │ spookyHash64                 │ 32779 │ -8%         │

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants