Popularity
3.6
Growing
Activity
0.0
Stable
7
4
2

Programming language: Crystal
License: GNU General Public License v3.0 or later
Tags: Algorithms And Data Structures    
Latest version: v0.2.0

murmur3 alternatives and similar shards

Based on the "Algorithms and Data structures" category.
Alternatively, view murmur3 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of murmur3 or a related project?

Add another 'Algorithms and Data structures' Shard

README

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