Skip to content
/ murmur3 Public

Crystal implementation of Murmur3 hash algorithm used by Cassandra

License

Notifications You must be signed in to change notification settings

kuende/murmur3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Murmur3

Murmur3H1 hash function used by cassandra

Installation

Add this to your application's shard.yml:

dependencies:
  murmur3:
    github: kuende/murmur3

Usage

require "murmur3"

Murmur3.h1("hello, world".bytes)

# Or as string

Murmur3.h1("hello, world")

Contributing

  1. Fork it ( https://github.com/kuende/murmur3/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

Crystal implementation of Murmur3 hash algorithm used by Cassandra

Resources

License

Stars

Watchers

Forks

Packages

No packages published