Jenkin's "One at a time" hash
Version 1.1.0.0 (2.26 KB) by
Dan Ellis
Simple, high-performance hash to map char strings into 32 bit ints
This is a C mex interface to the "one at a time" string-to-int32 hash function by Bob Jenkins. I found it clumsy to implement this within Matlab, so I implemented it in C.
For information on the hash function, see
http://en.wikipedia.org/wiki/Jenkins_hash_function
http://www.burtleburtle.net/bob/hash/doobs.html
To use the function, first
mex jenkinshash.c
then simply
h = jenkinshash('Some string');
If the argument is a matrix, one hash is returned for each row.
Cite As
Dan Ellis (2026). Jenkin's "One at a time" hash (https://www.mathworks.com/matlabcentral/fileexchange/24076-jenkin-s-one-at-a-time-hash), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2009a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Characters and Strings in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
