{"id":13714166,"url":"https://github.com/vcaesar/murmur","last_synced_at":"2025-03-22T13:31:25.371Z","repository":{"id":57481057,"uuid":"95345090","full_name":"vcaesar/murmur","owner":"vcaesar","description":"Go Murmur3 hash implementation","archived":false,"fork":false,"pushed_at":"2021-10-01T14:12:36.000Z","size":25,"stargazers_count":27,"open_issues_count":0,"forks_count":9,"subscribers_count":7,"default_branch":"dev","last_synced_at":"2025-03-18T11:39:14.665Z","etag":null,"topics":["go","murmur"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vcaesar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-25T07:27:51.000Z","updated_at":"2024-07-09T09:50:09.000Z","dependencies_parsed_at":"2022-09-26T17:41:25.965Z","dependency_job_id":null,"html_url":"https://github.com/vcaesar/murmur","commit_stats":null,"previous_names":["go-ego/murmur"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcaesar%2Fmurmur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcaesar%2Fmurmur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcaesar%2Fmurmur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcaesar%2Fmurmur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vcaesar","download_url":"https://codeload.github.com/vcaesar/murmur/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244962819,"owners_count":20539229,"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":["go","murmur"],"created_at":"2024-08-02T23:01:53.867Z","updated_at":"2025-03-22T13:31:25.105Z","avatar_url":"https://github.com/vcaesar.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"# murmur\n\n[![Build Status](https://github.com/vcaesar/murmur/workflows/Go/badge.svg)](https://github.com/vcaesar/murmur/commits/master)\n[![CircleCI Status](https://circleci.com/gh/vcaesar/murmur.svg?style=shield)](https://circleci.com/gh/vcaesar/murmur)\n[![codecov](https://codecov.io/gh/vcaesar/murmur/branch/master/graph/badge.svg)](https://codecov.io/gh/vcaesar/murmur)\n[![Build Status](https://travis-ci.org/vcaesar/murmur.svg)](https://travis-ci.org/vcaesar/murmur)\n[![Go Report Card](https://goreportcard.com/badge/github.com/vcaesar/murmur)](https://goreportcard.com/report/github.com/vcaesar/murmur)\n[![GoDoc](https://godoc.org/github.com/vcaesar/murmur?status.svg)](https://godoc.org/github.com/vcaesar/murmur)\n[![Release](https://github-release-version.herokuapp.com/github/vcaesar/murmur/release.svg?style=flat)](https://github.com/vcaesar/murmur/releases/latest)\n[![Join the chat at https://gitter.im/vcaesar/ego](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vcaesar/ego?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nGo Murmur3 hash implementation\n\n## Installing\n```Go\ngo get -u github.com/vcaesar/murmur\n```\n\n## Use\n\n```Go\npackage main\n\nimport (\n\t\"log\"\n\n\t\"github.com/vcaesar/murmur\"\n)\n\nfunc main() {\n\tvar str = \"github.com/vcaesar/murmur\"\n\n\tsum32 := murmur.Sum32(str)\n\tlog.Println(\"hash32: \", sum32)\n\n\tsum32 = murmur.Sum32(str, 0)\n\tlog.Println(\"hash32: \", hash32)\n\n\thash32 := murmur.Murmur3([]byte(str))\n\tlog.Println(\"hash32...\", hash32)\n\n\thash32 = murmur.Murmur3([]byte(str), 1)\n\tlog.Println(\"hash32...\", hash32)\n}\n```\n\nBased on [MurmurHash](http://en.wikipedia.org/wiki/MurmurHash), thanks for murmur3.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvcaesar%2Fmurmur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvcaesar%2Fmurmur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvcaesar%2Fmurmur/lists"}