DescriptionMoved SuperFastHash function from base/hash.cc to base/third_party.
This code was written by Paul Hsieh under a 3-clause BSD license. It
belongs in third_party.
I did not move the existing implementation, but re-downloaded the code
from upstream:
http://www.azillionmonkeys.com/qed/hash.html
This version is formatted differently and is written in plain C, but it
is identical to the version that was previously in hash.cc.
Added LICENSE and README.chromium files, as well as adding license text
to the top of superfasthash.cc, as required by checklicenses.py.
BUG=347393
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=254437
Patch Set 1 #
Total comments: 9
Patch Set 2 : Move SuperFastHash declaration to hash.cc and remove #ifdef __cplusplus. #
Total comments: 7
Patch Set 3 : One-line extern C declaration for compactness. #Patch Set 4 : Respond to jln's comments. #
Total comments: 1
Patch Set 5 : Fix compile error (-Wsign-compare). #
Total comments: 4
Messages
Total messages: 25 (0 generated)
|