Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 2251773002: 32-bit fast hash, tidy up murmur3 a bit (Closed)

Created:
4 years, 4 months ago by mtklein_C
Modified:
4 years, 4 months ago
Reviewers:
herb_g, mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

32-bit fast hash, tidy up murmur3 a bit Nothing too surprising in the new 32-bit x86 hash. It's about half speed of the 64-bit variant, just as you'd expect. Using unaligned_load like the others makes the may_alias parts of murmur3 moot. I've updated some of the terms in the murmur hash to read consistently with the others. The existing hashes are the same speed and produce the same hashes. In case this is not obvious, all three hash functions produce different hashes. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2251773002 CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Committed: https://skia.googlesource.com/skia/+/2f4114a246e4753ef5dab63a4b40caf0cf7950ac

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -24 lines) Patch
M src/opts/SkChecksum_opts.h View 3 chunks +66 lines, -24 lines 0 comments Download

Messages

Total messages: 17 (13 generated)
mtklein_C
4 years, 4 months ago (2016-08-16 14:03:22 UTC) #10
herb_g
lgtm
4 years, 4 months ago (2016-08-16 15:36:51 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2251773002/1
4 years, 4 months ago (2016-08-16 15:37:13 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 16:30:01 UTC) #17
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/2f4114a246e4753ef5dab63a4b40caf0cf7950ac

Powered by Google App Engine
This is Rietveld 408576698