Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(824)

Issue 6847087: Change SkConsistentChecksum to use SuperFastHash (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by epoger
Modified:
11 years, 6 months ago
CC:
skia-review_googlegroups.com, Leon
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Change SkConsistentChecksum to use SuperFastHash This eliminates known hash collisions and makes use of a proven algorithm, also allowing for incremental hashing (as will be useful for image checksums). BUG=981

Patch Set 1 #

Patch Set 2 : tiny_incremental_test_change #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -110 lines) Patch
M src/utils/SkConsistentChecksum.h View 2 chunks +61 lines, -73 lines 1 comment Download
M tests/ChecksumTest.cpp View 1 5 chunks +76 lines, -37 lines 0 comments Download

Messages

Total messages: 8
epoger
https://codereview.appspot.com/6847087/diff/2001/src/utils/SkConsistentChecksum.h File src/utils/SkConsistentChecksum.h (right): https://codereview.appspot.com/6847087/diff/2001/src/utils/SkConsistentChecksum.h#newcode5 src/utils/SkConsistentChecksum.h:5: * http://www.azillionmonkeys.com/qed/weblicense.html From reading those license details and looking ...
11 years, 7 months ago (2012-11-22 06:29:42 UTC) #1
reed1
lets get a nod from cdibona or someone else in open-source at google to bring ...
11 years, 7 months ago (2012-11-26 13:50:53 UTC) #2
epoger
Joe- any thoughts on the licensing issue, or who might take a look at it ...
11 years, 7 months ago (2012-11-27 16:13:06 UTC) #3
jcgregorio_google
Yeah, you should get someone on the OSS team to look at that. I will ...
11 years, 7 months ago (2012-11-27 16:41:38 UTC) #4
epoger
On 2012/11/27 16:41:38, jcgregorio_google wrote: > Also, you might consider looking for other fast hash ...
11 years, 7 months ago (2012-11-27 18:19:09 UTC) #5
epoger
Daniel Berlin (of OSPO) has advised me to NOT use SuperFashHash, and to use CityHash ...
11 years, 7 months ago (2012-11-27 19:52:59 UTC) #6
epoger
On 2012/11/27 19:52:59, epoger wrote: > Daniel Berlin (of OSPO) has advised me to NOT ...
11 years, 6 months ago (2012-12-04 20:56:00 UTC) #7
epoger
11 years, 6 months ago (2012-12-07 15:14:28 UTC) #8
Closed in favor of https://codereview.appspot.com/6867060/ ('Replace
SkConsistentChecksum with SkCityHash (now including CityHash via DEPS)')
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b