{"id":13507310,"url":"https://github.com/gmcabrita/murmur","last_synced_at":"2026-01-10T22:48:45.097Z","repository":{"id":22196758,"uuid":"25529124","full_name":"gmcabrita/murmur","owner":"gmcabrita","description":":speech_balloon: An implementation of the non-cryptographic hash Murmur3","archived":true,"fork":false,"pushed_at":"2021-06-08T19:17:18.000Z","size":91,"stargazers_count":39,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T11:52:52.691Z","etag":null,"topics":["elixir","hash-algorithm","hashing","murmur3"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gmcabrita.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"ko_fi":"gmcabrita","github":"gmcabrita"}},"created_at":"2014-10-21T15:11:02.000Z","updated_at":"2024-10-27T03:27:36.000Z","dependencies_parsed_at":"2022-08-05T16:16:47.871Z","dependency_job_id":null,"html_url":"https://github.com/gmcabrita/murmur","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmcabrita%2Fmurmur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmcabrita%2Fmurmur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmcabrita%2Fmurmur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmcabrita%2Fmurmur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmcabrita","download_url":"https://codeload.github.com/gmcabrita/murmur/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246290579,"owners_count":20753724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","hash-algorithm","hashing","murmur3"],"created_at":"2024-08-01T02:00:30.889Z","updated_at":"2025-03-30T07:32:45.058Z","avatar_url":"https://github.com/gmcabrita.png","language":"Elixir","funding_links":["https://ko-fi.com/gmcabrita","https://github.com/sponsors/gmcabrita"],"categories":["Algorithms and Data structures","Algorithms and Datastructures"],"sub_categories":[],"readme":"Murmur\n======\n\n[![Build Status](https://img.shields.io/github/workflow/status/gmcabrita/murmur/CI/master.svg)](https://github.com/gmcabrita/murmur/actions)\n[![Coverage Status](https://img.shields.io/coveralls/gmcabrita/murmur.svg?style=flat)](https://coveralls.io/r/gmcabrita/murmur?branch=master)\n[![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/murmur)\n[![Hex Version](http://img.shields.io/hexpm/v/murmur.svg?style=flat)](https://hex.pm/packages/murmur)\n[![License](http://img.shields.io/hexpm/l/murmur.svg?style=flat)](https://github.com/gmcabrita/murmur/blob/master/LICENSE)\n\nMurmur is a pure Elixir implementation of the non-cryptographic hash [Murmur3](https://code.google.com/p/smhasher/wiki/MurmurHash3).\n\nIt aims to implement the x86_32bit, x86_128bit and x64_128bit variants.\n\n# Usage\n\nAdd Murmur as a dependency in your mix.exs file.\n\n```elixir\ndef deps do\n  [{:murmur, \"~\u003e 1.0\"}]\nend\n```\n\nWhen you are done, run `mix deps.get` in your shell to fetch and compile Murmur.\n\n\n# Examples\n\n```iex\niex\u003e Murmur.hash_x86_32(\"b2622f5e1310a0aa14b7f957fe4246fa\", 2147368987)\n3297211900\n\niex\u003e Murmur.hash_x86_128(\"some random data\")\n5586633072055552000169173700229798482\n\niex\u003e Murmur.hash_x64_128([:yes, :you, :can, :use, :any, :erlang, :term!])\n300414073828138369336317731503972665325\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmcabrita%2Fmurmur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmcabrita%2Fmurmur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmcabrita%2Fmurmur/lists"}