{"id":15700892,"url":"https://github.com/linusu/murmur-128","last_synced_at":"2025-05-12T15:11:21.598Z","repository":{"id":48468060,"uuid":"65684749","full_name":"LinusU/murmur-128","owner":"LinusU","description":"MurmurHash3 x86 128-bit implemented in JavaScript","archived":false,"fork":false,"pushed_at":"2021-07-24T12:21:41.000Z","size":25,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T14:51:36.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinusU.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-14T20:19:48.000Z","updated_at":"2023-11-04T08:53:24.000Z","dependencies_parsed_at":"2022-08-27T02:57:51.518Z","dependency_job_id":null,"html_url":"https://github.com/LinusU/murmur-128","commit_stats":null,"previous_names":["linusu/murmur128"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fmurmur-128","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fmurmur-128/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fmurmur-128/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fmurmur-128/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinusU","download_url":"https://codeload.github.com/LinusU/murmur-128/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232501057,"owners_count":18533300,"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":[],"created_at":"2024-10-03T19:55:48.106Z","updated_at":"2025-01-04T17:34:52.011Z","avatar_url":"https://github.com/LinusU.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MurmurHash3 128-bit\n\nMurmurHash3 x86 128-bit implemented in JavaScript.\n\n## Installation\n\n```sh\nnpm install --save murmur-128\n```\n\n## Usage\n\n```js\nimport murmur128 from 'murmur-128'\n\nmurmur128('linus')\n//=\u003e ArrayBuffer { 16 }\n\nmurmur128(new ArrayBuffer(10))\n//=\u003e ArrayBuffer { 16 }\n```\n\n## API\n\n### `murmur128(key)`\n\n- `key` (`ArrayBuffer | string`, required)\n- returns `ArrayBuffer`\n\nCompute the 128-bit MurmurHash3 of the supplied `key`. If the `key` is given as a string it will be [encoded using the UTF8 encoding](https://github.com/LinusU/encode-utf8).\n\n## See also\n\n- [murmur-32](https://github.com/LinusU/murmur-32) - MurmurHash3 x86 32-bit implemented in JavaScript\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fmurmur-128","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinusu%2Fmurmur-128","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fmurmur-128/lists"}