{"id":21570589,"url":"https://github.com/jcash/compiletimehashes","last_synced_at":"2025-03-18T06:14:21.779Z","repository":{"id":151219548,"uuid":"69088142","full_name":"JCash/compiletimehashes","owner":"JCash","description":"Some constexpr hash functions that lets you do your hashes at compile time","archived":false,"fork":false,"pushed_at":"2016-09-24T07:51:20.000Z","size":211,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T12:45:33.120Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/JCash.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-24T07:43:29.000Z","updated_at":"2022-04-25T13:52:37.000Z","dependencies_parsed_at":"2023-06-26T09:30:37.251Z","dependency_job_id":null,"html_url":"https://github.com/JCash/compiletimehashes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JCash%2Fcompiletimehashes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JCash%2Fcompiletimehashes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JCash%2Fcompiletimehashes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JCash%2Fcompiletimehashes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JCash","download_url":"https://codeload.github.com/JCash/compiletimehashes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244166758,"owners_count":20409179,"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-11-24T11:13:11.253Z","updated_at":"2025-03-18T06:14:21.774Z","avatar_url":"https://github.com/JCash.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"hashes\n======\n\nA set of common hash functions implemented using C++11 constexpr and user string literals (optional)\n\nHow to use\n==========\n\nFor the barebone usage, just drop the include/MurmurHash3c.h into your project.\nIt contains the \n\n\tconstexpr uint64_t MurmurHash3c_64(const ConstStringMM3\u0026 cs, uint64_t seed = 0);\n\tinline void MurmurHash3c_x64_128( const char* key, int len, const uint32_t seed, void* out );\n\nwhich both make use of the class\n\n\tclass ConstStringMM3;\n\t\n\n\nFor the extended use, there is a high(er) level api in \"hash.h\".\n\n\nPerformance\n===========\n\nWhen tested in the SMHasher framework it was approximately 30%-50% slower.\n(Tested on a 64 bit Macbook Pro @ 2.26 Ghz dual core with 2GB ram)\n\n\nLicense\n=======\n\nThe project has a MIT license (MurmurHash3 is public domain)\n\n\nLinks\n=====\n\nhttps://code.google.com/p/smhasher/wiki/MurmurHash ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcash%2Fcompiletimehashes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcash%2Fcompiletimehashes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcash%2Fcompiletimehashes/lists"}