Skip to content
/ st-hash Public

A simple C implementation of the Murmur3 hashing algorithm with an output hash of type size_t.

License

Notifications You must be signed in to change notification settings

itiel/st-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

size_t hash

A simple C implementation of the Murmur3 hashing algorithm with an output hash of type size_t.

Inspired by PeterScott's implementation.

Usage

Include the st-hash.h and st-hash.c files in your project, found in the lib directory, then compile them with your source files.

For usage examples, consult the demo.c and test.c programs provided in the project.

You can compile and execute them by using these commands:

cc -o demo demo.c lib/st-hash.c && ./demo 

cc -o test test.c lib/st-hash.c && ./test 

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A simple C implementation of the Murmur3 hashing algorithm with an output hash of type size_t.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages