Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
5c94f100
Commit
5c94f100
authored
May 28, 2011
by
Davis King
Browse files
Clarified spec
parent
3785d320
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/general_hash/murmur_hash3_abstract.h
dlib/general_hash/murmur_hash3_abstract.h
+2
-0
No files found.
dlib/general_hash/murmur_hash3_abstract.h
View file @
5c94f100
...
@@ -19,6 +19,8 @@ namespace dlib
...
@@ -19,6 +19,8 @@ namespace dlib
- returns a 32bit hash of the len bytes pointed to by key.
- returns a 32bit hash of the len bytes pointed to by key.
- Each value of seed results in a different hash function being used.
- Each value of seed results in a different hash function being used.
(e.g. murmur_hash3(key,len,0) should generally not be equal to murmur_hash3(key,len,1))
(e.g. murmur_hash3(key,len,0) should generally not be equal to murmur_hash3(key,len,1))
- This function is machine architecture agnostic and should always give the same
hash value when presented with the same inputs.
- This hashing algorithm is Austin Appleby's excellent MurmurHash3.
- This hashing algorithm is Austin Appleby's excellent MurmurHash3.
See: http://code.google.com/p/smhasher/
See: http://code.google.com/p/smhasher/
!*/
!*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment